Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2028 auto state_file = GetStateFilePath(); in GetUpdateState()
2801 std::string SnapshotManager::GetStateFilePath() const { in GetStateFilePath() function in android::snapshot::SnapshotManager
2883 if (!android::base::ReadFileToString(GetStateFilePath(), &contents)) { in ReadSnapshotUpdateStatus()
2975 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3811 auto state_file = GetStateFilePath(); in HandleImminentDataWipe()
4005 auto state_file = GetStateFilePath(); in RecoveryCreateSnapshotDevices()
Dsnapshot_test.cpp162 auto state_file = sm->GetStateFilePath(); in CleanupTestArtifacts()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h583 std::string GetStateFilePath() const;