Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher.h77 bool HasProxy() const { return !proxies_.empty(); } in HasProxy() function
/system/update_engine/
Dlibcurl_http_fetcher.cc163 CHECK(HasProxy()); in ResumeTransfer()
468 if (HasProxy()) { in CurlPerformOnce()