Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/
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()