Home
last modified time | relevance | path

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

/aosp_15_r20/external/lzma/CPP/7zip/Compress/
H A DRar3Decoder.cpp85 HRESULT CDecoder::WriteDataToStream(const Byte *data, UInt32 size) in WriteDataToStream() function in NCompress::NRar3::CDecoder
99 res = WriteDataToStream(data, curSize); in WriteData()
177 WriteDataToStream(_vm.GetDataPointer(outBlockRef.Offset), outBlockRef.Size); in WriteBuf()
H A DRar3Decoder.h217 HRESULT WriteDataToStream(const Byte *data, UInt32 size);
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DPngCrunch.cpp109 static void WriteDataToStream(png_structp png_ptr, png_bytep buffer, png_size_t len) { in WriteDataToStream() function
507 png_set_write_fn(write_ptr, (png_voidp)out, WriteDataToStream, nullptr); in WritePng()