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.cc944 uint64_t blocks_to_write = 0; in PerformMoveOperation() local
946 blocks_to_write += operation.dst_extents(i).num_blocks(); in PerformMoveOperation()
948 DCHECK_EQ(blocks_to_write, blocks_to_read); in PerformMoveOperation()
949 brillo::Blob buf(blocks_to_write * block_size_); in PerformMoveOperation()
1032 uint64_t blocks_to_write = GetBlockCount(operation.dst_extents()); in PerformSourceCopyOperation() local
1033 TEST_AND_RETURN_FALSE(blocks_to_write == blocks_to_read); in PerformSourceCopyOperation()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc554 uint64_t blocks_to_write = BlocksInExtents(new_extents); in ReadExtentsToDiff() local
584 kBlockSize * blocks_to_write, in ReadExtentsToDiff()