Searched defs:blocks_to_write (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc684 uint64_t blocks_to_write = utils::BlocksInExtents(new_extents); local
714 kBlockSize * blocks_to_write,
/system/update_engine/payload_consumer/
H A Ddelta_performer.cc942 uint64_t blocks_to_write = 0; local
944 blocks_to_write += operation.dst_extents(i).num_blocks();
946 DCHECK_EQ(blocks_to_write, blocks_to_read);
947 brillo::Blob buf(blocks_to_write * block_size_);

Completed in 465 milliseconds