Home
last modified time | relevance | path

Searched refs:kInternalLibCurlError (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/update_engine/
H A Dmetrics_utils.cc45 case ErrorCode::kInternalLibCurlError: in GetAttemptResult()
177 case ErrorCode::kInternalLibCurlError: in GetDownloadErrorCode()
178 return metrics::DownloadErrorCode::kInternalLibCurlError; in GetDownloadErrorCode()
H A Dlibcurl_http_fetcher.cc443 auxiliary_error_code_ = ErrorCode::kInternalLibCurlError; in CurlPerformOnce()
/aosp12/system/update_engine/common/
H A Dmetrics_constants.h70 kInternalLibCurlError = 99, enumerator
H A Derror_code.h83 kInternalLibCurlError = 57, enumerator
H A Derror_code_utils.cc164 case ErrorCode::kInternalLibCurlError: in ErrorCodeToString()
/aosp12/system/update_engine/update_manager/
H A Dchromeos_policy.cc154 case ErrorCode::kInternalLibCurlError: in HandleErrorCode()
/aosp12/system/update_engine/cros/
H A Dpayload_state.cc372 case ErrorCode::kInternalLibCurlError: in UpdateFailed()