Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp270 GetRollbackIndicatorPath(), in RemoveAllUpdateState()
310 if (!RemoveFileIfExists(GetRollbackIndicatorPath())) { in FinishedSnapshotWrites()
1276 std::string SnapshotManager::GetRollbackIndicatorPath() { in GetRollbackIndicatorPath() function in android::snapshot::SnapshotManager
1444 if (access(GetRollbackIndicatorPath().c_str(), F_OK) != 0) { in HandleCancelledUpdate()
1868 auto path = GetRollbackIndicatorPath(); in NeedSnapshotsInFirstStageMount()
3284 << (access(GetRollbackIndicatorPath().c_str(), F_OK) == 0 ? "exists" : strerror(errno)) in Dump()
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()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h619 std::string GetRollbackIndicatorPath();