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

  /system/update_engine/payload_consumer/
delta_performer.cc 990 uint64_t blocks_to_write = 0; local
1096 uint64_t blocks_to_write = GetBlockCount(operation.dst_extents()); local
    [all...]
  /build/tools/releasetools/
blockimgdiff.py 355 blocks_to_write = target_blocks.first(blocks_limit)
356 out.append("%s %s\n" % (style, blocks_to_write.to_string_raw()))
357 total += blocks_to_write.size()
358 target_blocks = target_blocks.subtract(blocks_to_write)
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc 561 uint64_t blocks_to_write = BlocksInExtents(new_extents); local
591 kBlockSize * blocks_to_write,

Completed in 579 milliseconds