Home
last modified time | relevance | path

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

/system/update_engine/common/
Dhttp_fetcher.h54 proxies_(1, kNoProxy), in HttpFetcher()
Dconstants.h213 static constexpr const auto& kNoProxy = "direct://"; variable
Dhttp_fetcher_unittest.cc207 res->SetProxies(std::deque<std::string>(num_proxies, kNoProxy)); in NewLargeFetcher()
/system/update_engine/
Dlibcurl_http_fetcher.cc133 if (base::StartsWith(proxy, kNoProxy, base::CompareCase::INSENSITIVE_ASCII)) { in GetProxyType()
160 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer()