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

/system/update_engine/
H A Dpayload_state.cc468 uint32_t next_url_failure_count = GetUrlFailureCount() + 1; local
469 if (next_url_failure_count < response_.max_failure_count_per_url) {
471 SetUrlFailureCount(next_url_failure_count);

Completed in 61 milliseconds