Home
last modified time | relevance | path

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

/aosp12/build/make/tools/releasetools/
H A Dblockimgdiff.py380 def WriteSplitTransfers(out, style, target_blocks): argument
389 while target_blocks:
390 blocks_to_write = target_blocks.first(blocks_limit)
393 target_blocks = target_blocks.subtract(blocks_to_write)
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp652 size_t target_blocks, PackageEntries* entries) { in GetEntriesForBsdiff() argument
668 std::to_string(target_blocks), in GetEntriesForBsdiff()
674 src_hash.c_str(), tgt_hash.c_str(), target_blocks, source_blocks, in GetEntriesForBsdiff()