Searched refs:bytes_to_read (Results 1 – 1 of 1) sorted by relevance
111 uint64_t bytes_to_read = static_cast<uint64_t>(range_end - range_start) * source_block_size_; in ReadBlockAlignedData() local112 if (!android::base::ReadFullyAtOffset(fd_, next_out, bytes_to_read, bytes_start)) { in ReadBlockAlignedData()113 PLOG(ERROR) << "Failed to read " << bytes_to_read << " bytes at offset " << bytes_start; in ReadBlockAlignedData()117 next_out += bytes_to_read; in ReadBlockAlignedData()