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

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h166 extern unzFile ZEXPORT unzOpen OF((const char *path));
187 Open a Zip file, like unzOpen, but provide a set of file low level API
H A Dunzip.c793 extern unzFile ZEXPORT unzOpen (const char *path) function
/external/zlib/src/contrib/minizip/
H A Dunzip.h166 extern unzFile ZEXPORT unzOpen OF((const char *path));
187 Open a Zip file, like unzOpen, but provide a set of file low level API
200 Close a ZipFile opened with unzOpen.
H A Dunzip.c793 extern unzFile ZEXPORT unzOpen (const char *path) function
804 Close a ZipFile opened with unzOpen.
/external/chromium_org/build/android/rezip/
H A Drezip.cc106 z_file_ = unzOpen(z_filename_);

Completed in 1559 milliseconds