Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp574 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()
Dsnapshot_test.cpp364 ASSERT_TRUE(sm->ListSnapshots(lock_.get(), &snapshots)); in TEST_F()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h415 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots);