Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp120 if (uint64_t tailing_bytes = fetch_size % source_block_size_; tailing_bytes != 0) { in ReadBlockAlignedData() local
126 if (!android::base::ReadFullyAtOffset(fd_, next_out, tailing_bytes, tailing_offset)) { in ReadBlockAlignedData()
127 PLOG(ERROR) << "Failed to read tailing " << tailing_bytes << " bytes at offset " in ReadBlockAlignedData()