Home
last modified time | relevance | path

Searched refs:GetStateFilePath (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h632 std::string GetStateFilePath() const;
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2151 auto state_file = GetStateFilePath(); in GetUpdateState()
3109 std::string SnapshotManager::GetStateFilePath() const { in GetStateFilePath() function in android::snapshot::SnapshotManager
3205 if (!android::base::ReadFileToString(GetStateFilePath(), &contents)) { in ReadSnapshotUpdateStatus()
3304 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
4403 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp246 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts()