Searched defs:kMaxBlocksToRead (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
H A Ddelta_performer.cc1232 const uint64_t kMaxBlocksToRead = 512; // 2MB if block size is 4KB local
1233 brillo::Blob buf(kMaxBlocksToRead * block_size_);
1235 for (uint64_t i = 0; i < extent.num_blocks(); i += kMaxBlocksToRead) {
1237 kMaxBlocksToRead, static_cast<uint64_t>(extent.num_blocks()) - i);

Completed in 28 milliseconds