Home
last modified time | relevance | path

Searched refs:Cleanup (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_consumer/
Dfilesystem_verifier_action.cc73 Cleanup(ErrorCode::kSuccess); // error code is ignored if canceled_ is true. in TerminateProcessing()
80 void FilesystemVerifierAction::Cleanup(ErrorCode code) { in Cleanup() function in chromeos_update_engine::FilesystemVerifierAction
94 Cleanup(ErrorCode::kSuccess); in StartPartitionHashing()
114 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
125 return Cleanup(ErrorCode::kFilesystemVerifierError); in StartPartitionHashing()
155 Cleanup(ErrorCode::kError); in ScheduleRead()
167 Cleanup(ErrorCode::kError); in OnReadDoneCallback()
174 return Cleanup(ErrorCode::kError); in OnReadDoneCallback()
181 return Cleanup(ErrorCode::kFilesystemVerifierError); in OnReadDoneCallback()
192 Cleanup(ErrorCode::kError); in OnReadErrorCallback()
[all …]
Dfilesystem_verifier_action.h87 void Cleanup(ErrorCode code);
Dpostinstall_runner_action.cc276 void PostinstallRunnerAction::Cleanup() { in Cleanup() function in chromeos_update_engine::PostinstallRunnerAction
296 Cleanup(); in CompletePartitionPostinstall()
381 Cleanup(); in TerminateProcessing()
Dpostinstall_runner_action.h89 void Cleanup();