Searched refs:CheckMergeState (Results 1 – 2 of 2) sorted by relevance
644 MergeResult CheckMergeState(const std::function<bool()>& before_cancel);645 MergeResult CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel);
1047 auto result = CheckMergeState(before_cancel); in ProcessUpdateState()1069 auto SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) -> MergeResult { in CheckMergeState() function in android::snapshot::SnapshotManager1075 auto result = CheckMergeState(lock.get(), before_cancel); in CheckMergeState()1090 auto SnapshotManager::CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel) in CheckMergeState() function in android::snapshot::SnapshotManager