Home
last modified time | relevance | path

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

/bootable/recovery/otautil/
Dsysutil.cpp88 uint64_t range_blocks = end - start; in ParseBlockMapFile() local
89 if (end <= start || range_blocks > remaining_blocks) { in ParseBlockMapFile()
94 remaining_blocks -= range_blocks; in ParseBlockMapFile()
Drangeset.cpp127 size_t range_blocks = range.second - range.first; in Split() local
128 if (range_blocks > needed) { in Split()
139 needed -= range_blocks; in Split()