HomeSort by relevance Sort by last modified time
    Searched refs:GetUrlIndex (Results 1 - 2 of 2) sorted by null

  /system/update_engine/
payload_state.cc 172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex()
445 uint32_t next_url_index = GetUrlIndex() + 1;
450 LOG(INFO) << "Resetting the current URL index (" << GetUrlIndex() << ") to "
473 LOG(INFO) << "Reached max number of failures for Url" << GetUrlIndex()
520 } else if (GetUrlIndex() < candidate_urls_.size()) {
521 string current_url = candidate_urls_[GetUrlIndex()];
    [all...]
payload_state.h 370 inline uint32_t GetUrlIndex() {

Completed in 4516 milliseconds