Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc1087 uint64_t blocks_to_write = 0; in PerformMoveOperation() local
1089 blocks_to_write += operation.dst_extents(i).num_blocks(); in PerformMoveOperation()
1091 DCHECK_EQ(blocks_to_write, blocks_to_read); in PerformMoveOperation()
1092 brillo::Blob buf(blocks_to_write * block_size_); in PerformMoveOperation()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc827 uint64_t blocks_to_write = utils::BlocksInExtents(new_extents); in ReadExtentsToDiff() local
857 kBlockSize * blocks_to_write, in ReadExtentsToDiff()