Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc152 uint64_t dst_num_blocks = (*dst_extents)[dst_idx].num_blocks(); in RemoveIdenticalBlockRanges() local
154 std::min(src_num_blocks - src_offset, dst_num_blocks - dst_offset); in RemoveIdenticalBlockRanges()