Home
last modified time | relevance | path

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

/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp784 auto file_path = GetSnapshotStatusFilePath(name); in DeleteSnapshot()
2540 auto file_path = GetSnapshotStatusFilePath(params.GetPartitionName()); in MapPartitionWithSnapshot()
3237 std::string SnapshotManager::GetSnapshotStatusFilePath(const std::string& name) { in GetSnapshotStatusFilePath() function in android::snapshot::SnapshotManager
3245 auto path = GetSnapshotStatusFilePath(name); in ReadSnapshotStatus()
3272 auto path = GetSnapshotStatusFilePath(status.name()); in WriteSnapshotStatus()
H A Dsnapshot_test.cpp273 auto status_file = sm->GetSnapshotStatusFilePath(snapshot); in CleanupSnapshotArtifacts()
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h676 std::string GetSnapshotStatusFilePath(const std::string& name);