Home
last modified time | relevance | path

Searched refs:ErrorCodeToString (Results 1 – 11 of 11) sorted by relevance

/system/update_engine/common/
Derror_code_utils.h29 std::string ErrorCodeToString(ErrorCode code);
Derror_code_utils.cc26 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
Daction_processor.cc119 << utils::ErrorCodeToString(code); in ActionComplete()
Dtest_utils.cc60 *os << utils::ErrorCodeToString(error_code); in PrintTo()
/system/update_engine/
Dupdate_engine_client.cc51 using chromeos_update_engine::utils::ErrorCodeToString;
213 << ErrorCodeToString(code) << "(" << last_attempt_error << ")"; in HandleStatusUpdate()
569 ErrorCodeToString(code)); in ProcessFlags()
Dsideload_main.cc92 utils::ErrorCodeToString(error_code).c_str())); in SendPayloadApplicationComplete()
Dupdate_engine_client_android.cc100 LOG(INFO) << "onPayloadApplicationComplete(" << utils::ErrorCodeToString(code) in onPayloadApplicationComplete()
Dupdate_attempter_android.cc429 utils::ErrorCodeToString(errorcode)); in VerifyPayloadParseManifest()
465 utils::ErrorCodeToString(errorcode)); in VerifyPayloadParseManifest()
993 << utils::ErrorCodeToString(*cleanup_previous_update_code_); in CleanupSuccessfulUpdate()
Dpayload_state.cc265 << utils::ErrorCodeToString(base_error) << ")"; in UpdateFailed()
/system/update_engine/update_manager/
Dchromeos_policy.cc94 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
112 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
160 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
176 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
/system/update_engine/payload_consumer/
Ddownload_action.cc378 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()