Home
last modified time | relevance | path

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

/aosp12/system/update_engine/common/
H A Dconstants.h210 constexpr int kDownloadMaxRetryCountOobeNotComplete = 3; variable
/aosp12/system/update_engine/
H A Dlibcurl_http_fetcher.cc103 max_retry_count_ = kDownloadMaxRetryCountOobeNotComplete; in LibcurlHttpFetcher()