Home
last modified time | relevance | path

Searched defs:WriteDataToStream (Results 1 – 2 of 2) sorted by relevance

/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
/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