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.h490 UpdateState CheckMergeState(const std::function<bool()>& before_cancel);
491 UpdateState CheckMergeState(LockedFile* lock, const std::function<bool()>& before_cancel);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp806 UpdateState state = CheckMergeState(before_cancel); in ProcessUpdateState()
826 UpdateState SnapshotManager::CheckMergeState(const std::function<bool()>& before_cancel) { in CheckMergeState() function in android::snapshot::SnapshotManager
832 UpdateState state = CheckMergeState(lock.get(), before_cancel); in CheckMergeState()
845 UpdateState SnapshotManager::CheckMergeState(LockedFile* lock, in CheckMergeState() function in android::snapshot::SnapshotManager