Searched refs:GetRollbackIndicatorPath (Results 1 – 3 of 3) sorted by relevance
270 GetRollbackIndicatorPath(), in RemoveAllUpdateState()310 if (!RemoveFileIfExists(GetRollbackIndicatorPath())) { in FinishedSnapshotWrites()1276 std::string SnapshotManager::GetRollbackIndicatorPath() { in GetRollbackIndicatorPath() function in android::snapshot::SnapshotManager1444 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()
515 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()1151 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()1248 auto indicator = sm->GetRollbackIndicatorPath(); in TEST_F()
619 std::string GetRollbackIndicatorPath();