Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dzip_file.cpp473 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; in InitZStream() local
510 BytePtr bufIn = zstream.next_in; in UnzipWithInflated() local
674 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local
/arkcompiler/runtime_core/static_core/libziparchive/extractortool/
Dzip_file.cpp705 BytePtr bufIn = new (std::nothrow) Byte[UNZIP_BUF_IN_LEN]; // NOLINT(modernize-use-auto) in InitZStream() local
775 BytePtr bufIn = zstream.next_in; in UnzipWithInflatedFromMMap() local