Home
last modified time | relevance | path

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

/system/update_engine/
Dmetrics_utils.cc152 int http_status = in GetDownloadErrorCode() local
155 if (http_status >= 200 && http_status <= 599) { in GetDownloadErrorCode()
158 http_status - 200); in GetDownloadErrorCode()
159 } else if (http_status == 0) { in GetDownloadErrorCode()
164 LOG(WARNING) << "Unexpected HTTP status code " << http_status; in GetDownloadErrorCode()