Searched refs:RemoveAllUpdateState (Results 1 – 2 of 2) sorted by relevance
228 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::SnapshotManager1083 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()
577 bool RemoveAllUpdateState(LockedFile* lock, const std::function<bool()>& prolog = {});