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

  /system/update_engine/
update_attempter.cc 426 if (obey_proxies || proxy_manual_checks_ == 0) {
429 proxy_manual_checks_++;
430 LOG(INFO) << "proxy manual checks: " << proxy_manual_checks_;
431 if (proxy_manual_checks_ >= kMaxConsecutiveObeyProxyRequests) {
432 proxy_manual_checks_ = 0;
    [all...]
update_attempter.h 462 int proxy_manual_checks_ = 0; member in class:chromeos_update_engine::UpdateAttempter

Completed in 52 milliseconds