Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp228 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
236 return RemoveAllUpdateState(file.get()); in TryCancelUpdate()
282 bool SnapshotManager::RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog) { in RemoveAllUpdateState() function in android::snapshot::SnapshotManager
1083 if (!device_->IsRecovery() && !RemoveAllUpdateState(lock.get(), before_cancel)) { in CheckMergeState()
1502 RemoveAllUpdateState(lock); in AcknowledgeMergeSuccess()
1671 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
1693 return RemoveAllUpdateState(lock, before_cancel); in HandleCancelledUpdate()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h577 bool RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog = {});