Home
last modified time | relevance | path

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

/system/update_engine/common/
Dmetrics_constants.h71 kInternalLibCurlError = 99, enumerator
Derror_code.h83 kInternalLibCurlError = 57, enumerator
Derror_code_utils.cc164 case ErrorCode::kInternalLibCurlError: in ErrorCodeToString()
/system/update_engine/
Dmetrics_utils.cc45 case ErrorCode::kInternalLibCurlError: in GetAttemptResult()
180 case ErrorCode::kInternalLibCurlError: in GetDownloadErrorCode()
181 return metrics::DownloadErrorCode::kInternalLibCurlError; in GetDownloadErrorCode()
Dlibcurl_http_fetcher.cc436 auxiliary_error_code_ = ErrorCode::kInternalLibCurlError; in CurlPerformOnce()