Searched refs:CheckMergeState (Results 1 – 2 of 2) sorted by relevance
606 MergeResult CheckMergeState(const std::function<bool()>& before_cancel);607 MergeResult CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel);
898 auto result = CheckMergeState(before_cancel); in ProcessUpdateState()920 auto SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) -> MergeResult { in CheckMergeState() function in android::snapshot::SnapshotManager926 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