Home
last modified time | relevance | path

Searched refs:unzCloseCurrentFile (Results 1 – 5 of 5) sorted by relevance

/external/zlib/contrib/minizip/
Dminiunz.c447 err = unzCloseCurrentFile (uf); in do_extract_currentfile()
454 unzCloseCurrentFile(uf); /* don't lose the error */ in do_extract_currentfile()
Dunzip.h373 extern int ZEXPORT unzCloseCurrentFile(unzFile file);
Dunzip.c735 unzCloseCurrentFile(file); in unzClose()
1438 unzCloseCurrentFile(file); in unzOpenCurrentFile3()
1939 extern int ZEXPORT unzCloseCurrentFile(unzFile file) { in unzCloseCurrentFile() function
/external/zlib/google/
Dzip_reader.cc416 if (const UnzipError err{unzCloseCurrentFile(zip_file_)}; err != UNZ_OK) { in ExtractCurrentEntry()
577 if (const UnzipError err{unzCloseCurrentFile(zip_file_)}; err != UNZ_OK) { in ExtractChunk()
/external/tflite-support/tensorflow_lite_support/metadata/cc/
Dmetadata_extractor.cc117 RETURN_IF_ERROR(UnzipErrorToStatus(unzCloseCurrentFile(zf))); in GetCurrentZipFileInfo()