OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_manual_checks_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
update_attempter.h
463
int
proxy_manual_checks_
= 0;
member in class:chromeos_update_engine::UpdateAttempter
update_attempter.cc
444
if (obey_proxies ||
proxy_manual_checks_
== 0) {
447
proxy_manual_checks_
++;
448
LOG(INFO) << "proxy manual checks: " <<
proxy_manual_checks_
;
449
if (
proxy_manual_checks_
>= kMaxConsecutiveObeyProxyRequests) {
450
proxy_manual_checks_
= 0;
[
all
...]
Completed in 40 milliseconds