Searched refs:GetStateFilePath (Results 1 – 3 of 3) sorted by relevance
632 std::string GetStateFilePath() const;
2151 auto state_file = GetStateFilePath(); in GetUpdateState()3109 std::string SnapshotManager::GetStateFilePath() const { in GetStateFilePath() function in android::snapshot::SnapshotManager3205 if (!android::base::ReadFileToString(GetStateFilePath(), &contents)) { in ReadSnapshotUpdateStatus()3304 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()4403 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices()
246 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts()