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