HomeSort by relevance Sort by last modified time
    Searched refs:target_blocks (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/tests/component/
updater_test.cpp 623 // target_blocks specifies the block count to be written into the `bsdiff` command, which may be
626 size_t target_blocks, PackageEntries* entries) {
642 std::to_string(target_blocks),
648 src_hash.c_str(), tgt_hash.c_str(), target_blocks, source_blocks,
    [all...]
  /build/make/tools/releasetools/
blockimgdiff.py 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)
    [all...]

Completed in 248 milliseconds