Home
last modified time | relevance | path

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

/system/update_engine/common/
Dlibcurl_http_fetcher.cc105 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()
114 GetCurrentProxy().c_str()), CURLE_OK); in ResumeTransfer()
117 if (GetProxyType(GetCurrentProxy(), &type)) { in ResumeTransfer()
Dhttp_fetcher.h76 const std::string& GetCurrentProxy() const { in GetCurrentProxy() function