Home
last modified time | relevance | path

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

/system/update_engine/cros/
Dupdate_attempter.h196 return consecutive_failed_update_checks_; in consecutive_failed_update_checks()
531 unsigned int consecutive_failed_update_checks_ = 0; variable
Dupdate_attempter.cc1267 consecutive_failed_update_checks_++; in ActionCompleted()
1269 consecutive_failed_update_checks_ = 0; in ActionCompleted()