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);
Daction_processor.cc119 << utils::ErrorCodeToString(code); in ActionComplete()
Derror_code_utils.cc24 string ErrorCodeToString(ErrorCode code) { in ErrorCodeToString() function
Dtest_utils.cc60 *os << utils::ErrorCodeToString(error_code); in PrintTo()
/system/update_engine/aosp/
Dsideload_main.cc92 utils::ErrorCodeToString(error_code).c_str())); in SendPayloadApplicationComplete()
Dhardware_android.cc71 << utils::ErrorCodeToString(error_code) << ": " in IsTimestampNewerLogged()
Dupdate_attempter_android.cc583 utils::ErrorCodeToString(errorcode), in VerifyPayloadMetadata()
619 utils::ErrorCodeToString(errorcode), in VerifyPayloadParseManifest()
1324 << utils::ErrorCodeToString(*cleanup_previous_update_code_); in CleanupSuccessfulUpdate()
1407 utils::ErrorCodeToString(error_code), in setShouldSwitchSlotOnReboot()
1491 utils::ErrorCodeToString(errorcode), in ParsePayloadMetadata()
Dupdate_engine_client_android.cc104 LOG(INFO) << "onPayloadApplicationComplete(" << utils::ErrorCodeToString(code) in onPayloadApplicationComplete()
/system/update_engine/
Ddownload_action.cc224 LOG(ERROR) << "Error " << utils::ErrorCodeToString(code_) << " (" << code_ in ReceivedBytes()
/system/update_engine/payload_consumer/
Ddelta_performer.cc508 << " Error: " << utils::ErrorCodeToString(*error); in Write()
927 << utils::ErrorCodeToString(*error); in PreparePartitionsForUpdate()
1153 << utils::ErrorCodeToString(error_code); in ValidateManifest()
1206 << ") returned" << utils::ErrorCodeToString(error_code); in CheckTimestampError()
Dpostinstall_runner_action.cc457 << utils::ErrorCodeToString(error_code); in Cleanup()