Home
last modified time | relevance | path

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

/system/update_engine/common/
Dconstants.h212 constexpr int kDownloadP2PMaxRetryCount = 5; variable
/system/update_engine/cros/
Ddownload_action_chromeos.cc332 http_fetcher_->set_max_retry_count(kDownloadP2PMaxRetryCount); in StartDownloading()