Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dfile_descriptor_utils.cc44 auto buffer_blocks = kMaxCopyBufferSize / block_size; in CommonHashExtents() local
46 if (buffer_blocks < 1) in CommonHashExtents()
47 buffer_blocks = 1; in CommonHashExtents()
48 brillo::Blob buf(buffer_blocks * block_size); in CommonHashExtents()
55 auto read_blocks = std::min(total_blocks, buffer_blocks); in CommonHashExtents()