Home
last modified time | relevance | path

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

/external/zlib/contrib/minizip/
Dunzip.h321 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file);
Dunzip.c1601 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64(unzFile file) { in unzGetCurrentFileZStreamPos64() function
/external/tflite-support/tensorflow_lite_support/metadata/cc/
Dmetadata_extractor.cc106 auto position = unzGetCurrentFileZStreamPos64(zf); in GetCurrentZipFileInfo()