Home
last modified time | relevance | path

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

/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc161 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()
167 curl_handle_, CURLOPT_PROXY, GetCurrentProxy().c_str()), in ResumeTransfer()
171 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()
/aosp12/system/update_engine/common/
H A Dhttp_fetcher.h83 const std::string& GetCurrentProxy() const { return proxies_.front(); } in GetCurrentProxy() function