OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unzOpen
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
unzip.h
166
extern unzFile ZEXPORT
unzOpen
OF((const char *path));
187
Open a Zip file, like
unzOpen
, but provide a set of file low level API
unzip.c
793
extern unzFile ZEXPORT
unzOpen
(const char *path)
[
all
...]
/external/chromium_org/build/android/rezip/
rezip.cc
106
z_file_ =
unzOpen
(z_filename_);
Completed in 390 milliseconds