Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A Dpayload_state.h286 void SetUrlIndex(uint32_t url_index);
H A Dpayload_state.cc938 void PayloadState::SetUrlIndex(uint32_t url_index) { in SetUrlIndex() argument
939 url_index_ = url_index; in SetUrlIndex()