Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dextent_ranges.h45 uint64_t start_bytes,
Dextent_ranges.cc241 uint64_t start_bytes, in ExtentForBytes() argument
243 uint64_t start_block = start_bytes / block_size; in ExtentForBytes()
244 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()