Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Drangeset.cpp188 size_t end_index = start_index + num_of_blocks; // The index of final block to read plus one in GetSubRanges() local
189 if (start_index > end_index || end_index > blocks_) { in GetSubRanges()
219 if (current_index + blocks_in_range >= end_index) { in GetSubRanges()
220 size_t trimmed_range_end = range_end - (current_index + blocks_in_range - end_index); in GetSubRanges()