Searched refs:GetForwardMergeIndicatorPath (Results 1 – 2 of 2) sorted by relevance
706 std::string GetForwardMergeIndicatorPath();
372 GetForwardMergeIndicatorPath(), GetOldPartitionMetadataPath(), in RemoveAllUpdateState()1544 std::string SnapshotManager::GetForwardMergeIndicatorPath() { in GetForwardMergeIndicatorPath() function in android::snapshot::SnapshotManager4098 << (access(GetForwardMergeIndicatorPath().c_str(), F_OK) == 0 ? "exists" : strerror(errno)) in Dump()4336 return access(GetForwardMergeIndicatorPath().c_str(), F_OK) == 0; in HasForwardMergeIndicator()4424 auto path = GetForwardMergeIndicatorPath(); in UpdateForwardMergeIndicator()