Home
last modified time | relevance | path

Searched refs:CheckMergeState (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h606 MergeResult CheckMergeState(const std::function<bool()>& before_cancel);
607 MergeResult CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp898 auto result = CheckMergeState(before_cancel); in ProcessUpdateState()
920 auto SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) -> MergeResult { in CheckMergeState() function in android::snapshot::SnapshotManager
926 auto result = CheckMergeState(lock.get(), before_cancel); in CheckMergeState()
941 auto SnapshotManager::CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel) in CheckMergeState() function in android::snapshot::SnapshotManager