Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1759 auto state_file = GetStateFilePath(); in GetUpdateState()
2413 std::string SnapshotManager::GetStateFilePath() const { in GetStateFilePath() function in android::snapshot::SnapshotManager
2495 if (!android::base::ReadFileToString(GetStateFilePath(), &contents)) { in ReadSnapshotUpdateStatus()
2584 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3357 auto state_file = GetStateFilePath(); in HandleImminentDataWipe()
3552 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp158 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h554 std::string GetStateFilePath() const;