Searched refs:ListSnapshots (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 648 if (!ListSnapshots(lock.get(), &snapshots)) { in InitiateMerge() 973 if (!ListSnapshots(lock, &snapshots)) { in CheckMergeState() 974 return MergeResult(UpdateState::MergeFailed, MergeFailureCode::ListSnapshots); in CheckMergeState() 1239 if (!ListSnapshots(lock, &snapshots)) { in MergeSecondPhaseSnapshots() 1240 return MergeFailureCode::ListSnapshots; in MergeSecondPhaseSnapshots() 1475 if (!ListSnapshots(lock.get(), &snapshots)) { in PerformInitTransition() 1599 if (!ListSnapshots(lock, &snapshots)) { in AreAllSnapshotsCancelled() 1668 if (!ListSnapshots(lock, &snapshots)) { in RemoveAllSnapshots() 1789 if (!ListSnapshots(lock.get(), &snapshots)) { in GetUpdateState() 1823 bool SnapshotManager::ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots, in ListSnapshots() function in android::snapshot::SnapshotManager [all …]
|
D | snapshot_test.cpp | 445 ASSERT_TRUE(sm->ListSnapshots(lock_.get(), &snapshots)); in TEST_F() 686 MergeFailureCode::ListSnapshots)); in TEST_F() 691 ASSERT_EQ(status.merge_failure_code(), MergeFailureCode::ListSnapshots); in TEST_F() 1176 ASSERT_TRUE(init->ListSnapshots(local_lock.get(), &snapshots)); in TEST_F() 1289 ASSERT_TRUE(init->ListSnapshots(local_lock.get(), &snapshots)); in TEST_F()
|
/system/core/fs_mgr/libsnapshot/android/snapshot/ |
D | snapshot.proto | 154 ListSnapshots = 7; enumerator
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 519 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots,
|