Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2058 auto state_file = GetStateFilePath(); in GetUpdateState()
2832 std::string SnapshotManager::GetStateFilePath() const { in GetStateFilePath() function in android::snapshot::SnapshotManager
2928 if (!android::base::ReadFileToString(GetStateFilePath(), &contents)) { in ReadSnapshotUpdateStatus()
3020 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3871 auto state_file = GetStateFilePath(); in HandleImminentDataWipe()
4065 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices()
H A Dsnapshot_test.cpp239 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h591 std::string GetStateFilePath() const;