Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp468 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; in InitZStream() local
511 BytePtr bufOut = zstream.next_out; in UnzipWithInflated() local
675 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp699 BytePtr bufOut = new (std::nothrow) Byte[UNZIP_BUF_OUT_LEN]; // NOLINT(modernize-use-auto) in InitZStream() local
776 BytePtr bufOut = zstream.next_out; in UnzipWithInflatedFromMMap() local
820 …ZipFile::CopyInflateOut(z_stream &zstream, size_t inflateLen, uint8_t **dstDataPtr, BytePtr bufOut, in CopyInflateOut()