Searched refs:bytes_start (Results 1 – 2 of 2) sorted by relevance
110 uint64_t bytes_start = static_cast<uint64_t>(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()
186 const char* bytes_start = *bytes_p; in CopyDataToBuffer() local187 const char* bytes_end = bytes_start + read_len; in CopyDataToBuffer()189 buffer_.insert(buffer_.end(), bytes_start, bytes_end); in CopyDataToBuffer()