Home
last modified time | relevance | path

Searched defs:before_cancel (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz.cpp95 std::function<bool()> before_cancel; in SNAPSHOT_FUZZ_FUNCTION() local
H A Dsnapshot.cpp910 const std::function<bool()>& before_cancel) { in ProcessUpdateState()
934 auto SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) -> MergeResult { in CheckMergeState()
955 auto SnapshotManager::CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel) in CheckMergeState()
1441 const std::function<bool()>& before_cancel) { in HandleCancelledUpdate()