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

  /system/update_engine/
update_attempter.h 211 virtual unsigned int consecutive_failed_update_checks() const { function in class:chromeos_update_engine::UpdateAttempter
  /system/update_engine/update_manager/
chromeos_policy.cc 629 const unsigned int* consecutive_failed_update_checks = ec->GetValue( local
631 POLICY_CHECK_VALUE_AND_FAIL(consecutive_failed_update_checks, error);
634 unsigned int num_failures = *consecutive_failed_update_checks;
    [all...]

Completed in 94 milliseconds