Searched refs:ListSnapshots (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 574 if (!ListSnapshots(lock.get(), &snapshots)) { in InitiateMerge() 877 if (!ListSnapshots(lock, &snapshots)) { in CheckMergeState() 1259 if (!ListSnapshots(lock, &snapshots)) { in AreAllSnapshotsCancelled() 1328 if (!ListSnapshots(lock, &snapshots)) { in RemoveAllSnapshots() 1447 if (!ListSnapshots(lock.get(), &snapshots)) { in GetUpdateState() 1469 bool SnapshotManager::ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots) { in ListSnapshots() function in android::snapshot::SnapshotManager 2492 if (!ListSnapshots(file.get(), &snapshots)) { in Dump() 2674 if (!ListSnapshots(lock, &snapshots)) { in EnsureNoOverflowSnapshot()
|
D | snapshot_test.cpp | 364 ASSERT_TRUE(sm->ListSnapshots(lock_.get(), &snapshots)); in TEST_F()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 415 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots);
|