Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/fuse_sideload/
H A Dfuse_provider.cpp110 uint64_t bytes_start = static_cast<uint64_t>(range_start) * source_block_size_; in ReadBlockAlignedData() local
112 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()
/aosp12/system/update_engine/payload_consumer/
H A Ddelta_performer.cc186 const char* bytes_start = *bytes_p; in CopyDataToBuffer() local
187 const char* bytes_end = bytes_start + read_len; in CopyDataToBuffer()
189 buffer_.insert(buffer_.end(), bytes_start, bytes_end); in CopyDataToBuffer()