Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp173 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
181 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
218 bool SnapshotManager::RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog) { in RemoveAllUpdateState() function in android::snapshot::SnapshotManager
838 if (!RemoveAllUpdateState(lock.get(), before_cancel)) { in CheckMergeState()
1038 RemoveAllUpdateState(lock); in AcknowledgeMergeSuccess()
1210 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
1232 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h435 bool RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog = {});