Home
last modified time | relevance | path

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

/system/update_engine/
Dlibcurl_http_fetcher.cc160 bool is_direct = (GetCurrentProxy() == kNoProxy); in ResumeTransfer() local
161 LOG(INFO) << "Using proxy: " << (is_direct ? "no" : "yes"); in ResumeTransfer()
162 if (is_direct) { in ResumeTransfer()