Home
last modified time | relevance | path

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

/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp108 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/
Dimgpatch.cpp89 strm.next_out = buffer.data(); in ApplyBSDiffPatchAndStreamOutput()
250 strm.next_out = expanded_source.data(); in ApplyImagePatch()
Dimgdiff.cpp420 strm.next_out = buffer.data(); in TryReconstruction()
1319 strm.next_out = uncompressed_data.data() + uncompressed_len; in Initialize()
/bootable/recovery/updater/
Dblockimg.cpp429 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()