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

  /system/update_engine/update_manager/
chromeos_policy.h 134 static const int kMaxP2PAttempts;
chromeos_policy.cc 185 const int ChromeOSPolicy::kMaxP2PAttempts = 10;
408 } else if (update_state.p2p_num_attempts >= kMaxP2PAttempts) {
    [all...]
  /system/update_engine/common/
constants.h 124 const int kMaxP2PAttempts = 10;
  /system/update_engine/
payload_state.cc     [all...]

Completed in 62 milliseconds