Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp195 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
203 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
249 bool SnapshotManager::RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog) { in RemoveAllUpdateState() function in android::snapshot::SnapshotManager
934 if (!device_->IsRecovery() && !RemoveAllUpdateState(lock.get(), before_cancel)) { in CheckMergeState()
1298 RemoveAllUpdateState(lock); in AcknowledgeMergeSuccess()
1430 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
1452 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h540 bool RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog = {});