Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp273 GetRollbackIndicatorPath(), in RemoveAllUpdateState()
313 if (!RemoveFileIfExists(GetRollbackIndicatorPath())) { in FinishedSnapshotWrites()
1296 std::string SnapshotManager::GetRollbackIndicatorPath() { in GetRollbackIndicatorPath() function in android::snapshot::SnapshotManager
1464 if (access(GetRollbackIndicatorPath().c_str(), F_OK) != 0) { in HandleCancelledUpdate()
1895 auto path = GetRollbackIndicatorPath(); in NeedSnapshotsInFirstStageMount()
3316 << (access(GetRollbackIndicatorPath().c_str(), F_OK) == 0 ? "exists" : strerror(errno)) in Dump()
H A Dsnapshot_test.cpp515 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()
1151 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()
1248 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()
/aosp12/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h632 std::string GetRollbackIndicatorPath();