Home | History | Annotate | Download | only in update_engine

Lines Matching refs:urls

104   // Compute the candidate URLs first as they are used to calculate the
312 // chances of downloading from the URLs that appear earlier in the response
457 for (const auto& urls : candidate_urls_)
458 max_url_size = std::max(max_url_size, urls.size());
470 // If we have multiple URLs, record that we just switched to another one
1221 LOG(INFO) << "Found " << candidate_urls_.back().size() << " candidate URLs "
1223 << " URLs supplied in package " << candidate_urls_.size() - 1;