OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:candidate_urls_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/
payload_state.cc
128
if (static_cast<uint32_t>(url_index_) >=
candidate_urls_
.size()) {
250
if (
candidate_urls_
.size() == 0) {
446
if (next_url_index <
candidate_urls_
.size()) {
451
<< "0 as we only have " <<
candidate_urls_
.size()
459
if (
candidate_urls_
.size() > 1)
520
} else if (GetUrlIndex() <
candidate_urls_
.size()) {
521
string current_url =
candidate_urls_
[GetUrlIndex()];
805
"NumURLs = %d\n", static_cast<int>(
candidate_urls_
.size()));
807
for (size_t i = 0; i <
candidate_urls_
.size(); i++)
810
candidate_urls_
[i].c_str())
[
all
...]
payload_state.h
82
return
candidate_urls_
.size() ?
candidate_urls_
[url_index_] : "";
546
std::vector<std::string>
candidate_urls_
;
member in class:chromeos_update_engine::PayloadState
Completed in 327 milliseconds