Lines Matching refs:Cleanup
110 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing()
117 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction
135 Cleanup(ErrorCode::kNewRootfsVerificationError); in StartPartitionHashing()
137 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing()
160 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
171 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
201 Cleanup(ErrorCode::kError); in ScheduleRead()
213 Cleanup(ErrorCode::kError); in OnReadDoneCallback()
220 return Cleanup(ErrorCode::kError); in OnReadDoneCallback()
227 return Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback()
238 Cleanup(ErrorCode::kError); in OnReadErrorCallback()
244 return Cleanup(ErrorCode::kError); in FinishPartitionHashing()
261 return Cleanup(ErrorCode::kNewRootfsVerificationError); in FinishPartitionHashing()
276 return Cleanup(ErrorCode::kDownloadStateInitializationError); in FinishPartitionHashing()