Home
last modified time | relevance | path

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

/base/update/packaging_tools/
Dpatch_package_process.py447 def write_split_transfers(transfer_content, type_str, target_blocks): argument
459 while target_blocks.size() != 0:
460 blocks_to_write = target_blocks.get_first_block_obj(blocks_limit)
464 target_blocks = \
465 target_blocks.get_subtract_with_other(blocks_to_write)