Lines Matching refs:err_code
61 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) { in HandleErrorCode() argument
62 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code); in HandleErrorCode()
63 switch (err_code) { in HandleErrorCode()
92 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
93 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
110 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
111 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
153 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
154 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
169 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
170 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()