Searched refs:kDownloadMaxRedirects (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/common/
H A Dconstants.h152 const int kDownloadMaxRedirects = 10; member in namespace:chromeos_update_engine
H A Dhttp_fetcher_unittest.cc1045 for (int r = 0; r < kDownloadMaxRedirects; r++) {
1061 for (int r = 0; r < kDownloadMaxRedirects + 1; r++) {
/system/update_engine/
H A Dlibcurl_http_fetcher.cc260 // |kDownloadMaxRedirects| redirections.
263 kDownloadMaxRedirects),

Completed in 280 milliseconds