Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h644 MergeResult CheckMergeState(const std::function<bool()>& before_cancel);
645 MergeResult CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel);
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1047 auto result = CheckMergeState(before_cancel); in ProcessUpdateState()
1069 auto SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) -> MergeResult { in CheckMergeState() function in android::snapshot::SnapshotManager
1075 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