Searched refs:zipOpen (Results 1 - 5 of 5) sorted by relevance

/external/chromium/third_party/zlib/contrib/minizip/
H A Dzip.h116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
H A Dminizip.c309 zf = zipOpen(filename_try,(opt_overwrite==2) ? 2 : 0);
H A Dzip.c687 extern zipFile ZEXPORT zipOpen (pathname, append) function
/external/zlib/contrib/minizip/
H A Dzip.h116 extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append));
H A Dzip.c948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append) function

Completed in 19 milliseconds