Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc703 uint64_t blocks_to_read = utils::BlocksInExtents(old_extents); in ReadExtentsToDiff() local
710 blocks_to_read * kBlockSize > kMaxBsdiffDestinationSize) { in ReadExtentsToDiff()
711 LOG(INFO) << "bsdiff ignored, data too big: " << blocks_to_read * kBlockSize in ReadExtentsToDiff()
718 blocks_to_read * kBlockSize > kMaxPuffdiffDestinationSize) { in ReadExtentsToDiff()
720 << blocks_to_read * kBlockSize << " bytes"; in ReadExtentsToDiff()
748 if (blocks_to_read > 0) { in ReadExtentsToDiff()
753 kBlockSize * blocks_to_read, in ReadExtentsToDiff()