Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc826 uint64_t blocks_to_read = utils::BlocksInExtents(old_extents); in ReadExtentsToDiff() local
834 blocks_to_read * kBlockSize > kMaxBsdiffDestinationSize) { in ReadExtentsToDiff()
836 << blocks_to_read * kBlockSize << " bytes"; in ReadExtentsToDiff()
842 blocks_to_read * kBlockSize > kMaxPuffdiffDestinationSize) { in ReadExtentsToDiff()
844 << blocks_to_read * kBlockSize << " bytes"; in ReadExtentsToDiff()
872 if (blocks_to_read > 0) { in ReadExtentsToDiff()
877 kBlockSize * blocks_to_read, in ReadExtentsToDiff()
/system/update_engine/payload_consumer/
Ddelta_performer.cc1083 uint64_t blocks_to_read = 0; in PerformMoveOperation() local
1085 blocks_to_read += operation.src_extents(i).num_blocks(); in PerformMoveOperation()
1091 DCHECK_EQ(blocks_to_write, blocks_to_read); in PerformMoveOperation()