Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc838 CURLMsg* curl_msg = in GetCurlCode() local
840 if (curl_msg == nullptr) in GetCurlCode()
844 if (curl_msg->msg == CURLMSG_DONE) { in GetCurlCode()
847 CHECK_EQ(curl_handle_, curl_msg->easy_handle); in GetCurlCode()
850 curl_code = curl_msg->data.result; in GetCurlCode()