Lines Matching refs:err_code
63 bool HandleErrorCode(ErrorCode err_code, int* url_num_error_p) { in HandleErrorCode() argument
64 err_code = chromeos_update_engine::utils::GetBaseErrorCode(err_code); in HandleErrorCode()
65 switch (err_code) { in HandleErrorCode()
94 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
95 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
112 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
113 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
161 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
162 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()
177 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
178 << " (" << static_cast<int>(err_code) << ")"; in HandleErrorCode()