Lines Matching refs:ErrorCode
119 return CompletePostinstall(ErrorCode::kPostInstallMountError); in PerformAction()
132 return CompletePostinstall(ErrorCode::kPostinstallPowerwashError); in PerformAction()
205 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
226 return CompletePostinstall(ErrorCode::kPostInstallMountError); in PerformPartitionPostinstall()
237 return CompletePostinstall(ErrorCode::kSuccess); in PerformPartitionPostinstall()
248 CompletePostinstall(ErrorCode::kPostInstallMountError); in PerformPartitionPostinstall()
257 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
266 return CompletePostinstall(ErrorCode::kPostinstallRunnerError); in PerformPartitionPostinstall()
400 ErrorCode error_code = ErrorCode::kPostinstallRunnerError; in Cleanup()
406 error_code = ErrorCode::kPostinstallBootedFromFirmwareB; in Cleanup()
413 error_code = ErrorCode::kPostinstallFirmwareRONotUpdatable; in Cleanup()
431 void PostinstallRunnerAction::CompletePostinstall(ErrorCode error_code) { in Cleanup()
434 if (error_code == ErrorCode::kSuccess) { in Cleanup()
439 error_code = ErrorCode::kPostinstallRunnerError; in Cleanup()
447 error_code = ErrorCode::kUpdatedButNotActive; in Cleanup()
459 if (error_code != ErrorCode::kSuccess && in Cleanup()
460 error_code != ErrorCode::kUpdatedButNotActive) { in Cleanup()