Home
last modified time | relevance | path

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

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