Searched refs:GetSnapshotStatusFilePath (Results 1 – 3 of 3) sorted by relevance
702 std::string GetSnapshotStatusFilePath(const std::string& name);
826 auto file_path = GetSnapshotStatusFilePath(name); in DeleteSnapshot()2617 auto file_path = GetSnapshotStatusFilePath(params.GetPartitionName()); in MapPartitionWithSnapshot()3317 std::string SnapshotManager::GetSnapshotStatusFilePath(const std::string& name) { in GetSnapshotStatusFilePath() function in android::snapshot::SnapshotManager3325 auto path = GetSnapshotStatusFilePath(name); in ReadSnapshotStatus()3352 auto path = GetSnapshotStatusFilePath(status.name()); in WriteSnapshotStatus()
273 auto status_file = sm->GetSnapshotStatusFilePath(snapshot); in CleanupSnapshotArtifacts()