HomeSort by relevance Sort by last modified time
    Searched full:getcurrentproxy (Results 1 - 2 of 2) sorted by null

  /system/update_engine/common/
http_fetcher.h 76 const std::string& GetCurrentProxy() const {
  /system/update_engine/
libcurl_http_fetcher.cc 105 bool is_direct = (GetCurrentProxy() == kNoProxy);
114 GetCurrentProxy().c_str()), CURLE_OK);
117 if (GetProxyType(GetCurrentProxy(), &type)) {

Completed in 475 milliseconds