Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dblockimgdiff.py390 blocks_to_write = target_blocks.first(blocks_limit)
391 out.append("%s %s\n" % (style, blocks_to_write.to_string_raw()))
392 total += blocks_to_write.size()
393 target_blocks = target_blocks.subtract(blocks_to_write)
/aosp12/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc704 uint64_t blocks_to_write = utils::BlocksInExtents(new_extents); in ReadExtentsToDiff() local
733 kBlockSize * blocks_to_write, in ReadExtentsToDiff()