Searched defs:range_str (Results 1 - 1 of 1) sorted by relevance

/bootable/recovery/update_verifier/
H A Dupdate_verifier.cpp76 static bool read_blocks(const std::string& partition, const std::string& range_str) { argument
133 RangeSet ranges = RangeSet::Parse(range_str);
135 LOG(ERROR) << "Error parsing RangeSet string " << range_str;

Completed in 168 milliseconds