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.cc240 uint64_t start_bytes, in ExtentForBytes() argument
242 uint64_t start_block = start_bytes / block_size; in ExtentForBytes()
243 uint64_t end_block = utils::DivRoundUp(start_bytes + size_bytes, block_size); in ExtentForBytes()