Home
last modified time | relevance | path

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

/external/zlib/contrib/minizip/
Dunzip.h345 extern int ZEXPORT unzOpenCurrentFile2(unzFile file,
Dunzip.c1595 extern int ZEXPORT unzOpenCurrentFile2(unzFile file, int* method, int* level, int raw) { in unzOpenCurrentFile2() function
/external/tflite-support/tensorflow_lite_support/metadata/cc/
Dmetadata_extractor.cc81 unzOpenCurrentFile2(zf, &method, /*level=*/nullptr, /*raw=*/1))); in GetCurrentZipFileInfo()