Searched refs:next_out (Results 1 – 4 of 4) sorted by relevance
/bootable/recovery/fuse_sideload/ |
D | fuse_provider.cpp | 108 uint8_t* next_out = buffer; in ReadBlockAlignedData() local 112 if (!android::base::ReadFullyAtOffset(fd_, next_out, bytes_to_read, bytes_start)) { in ReadBlockAlignedData() 117 next_out += bytes_to_read; in ReadBlockAlignedData() 126 if (!android::base::ReadFullyAtOffset(fd_, next_out, tailing_bytes, tailing_offset)) { in ReadBlockAlignedData()
|
/bootable/recovery/applypatch/ |
D | imgpatch.cpp | 89 strm.next_out = buffer.data(); in ApplyBSDiffPatchAndStreamOutput() 250 strm.next_out = expanded_source.data(); in ApplyImagePatch()
|
D | imgdiff.cpp | 420 strm.next_out = buffer.data(); in TryReconstruction() 1319 strm.next_out = uncompressed_data.data() + uncompressed_len; in Initialize()
|
/bootable/recovery/updater/ |
D | blockimg.cpp | 429 uint8_t* next_out = buffer; in receive_brotli_new_data() local 433 nti->brotli_decoder_state, &available_in, &data, &available_out, &next_out, nullptr); in receive_brotli_new_data()
|