Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp648 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 …]
Dsnapshot_test.cpp445 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/
Dsnapshot.proto154 ListSnapshots = 7; enumerator
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h519 bool ListSnapshots(LockedFile* lock, std::vector<std::string>* snapshots,