Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h211 constexpr int kDownloadMaxRetryCountInteractive = 3; variable
/system/update_engine/cros/
Dupdate_attempter.cc767 download_fetcher->set_max_retry_count(kDownloadMaxRetryCountInteractive); in BuildUpdateActions()