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.cc45 using chromeos_update_engine::utils::ErrorCodeToString;
247 << ", last error code is " << ErrorCodeToString(code) << "(" in HandleStatusUpdate()
629 ErrorCodeToString(code).c_str()); 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()
984 << utils::ErrorCodeToString(*cleanup_previous_update_code_); in CleanupSuccessfulUpdate()
Dpayload_state.cc261 << utils::ErrorCodeToString(base_error) << ")"; in UpdateFailed()
/system/update_engine/update_manager/
Dchromeos_policy.cc92 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
110 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
158 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
174 << chromeos_update_engine::utils::ErrorCodeToString(err_code) in HandleErrorCode()
/system/update_engine/payload_consumer/
Ddownload_action.cc336 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()