Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher.h76 const std::string& GetCurrentProxy() const { return proxies_.front(); } in GetCurrentProxy() function
/system/update_engine/
Dlibcurl_http_fetcher.cc164 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()
170 curl_handle_, CURLOPT_PROXY, GetCurrentProxy().c_str()), in ResumeTransfer()
174 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()