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