Home | History | Annotate | Download | only in releasetools

Lines Matching refs:target_blocks

584     def WriteSplitTransfers(out, style, target_blocks):
593 while target_blocks:
594 blocks_to_write = target_blocks.first(blocks_limit)
597 target_blocks = target_blocks.subtract(blocks_to_write)