Searched refs:unzOpenCurrentFile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc198 const int open_result = unzOpenCurrentFile(zip_file_);
264 if (unzOpenCurrentFile(zip_file_) != UNZ_OK) {
316 const int open_result = unzOpenCurrentFile(zip_file_);
359 const int open_result = unzOpenCurrentFile(zip_file_);
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dunzip.h201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
331 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
375 Close the file in zip opened with unzOpenCurrentFile
383 Read bytes from the current file (opened by unzOpenCurrentFile)
409 Read extra field from the current file (opened by unzOpenCurrentFile)
H A Dunzip.c1641 extern int ZEXPORT unzOpenCurrentFile (unzFile file) function
1940 Read extra field from the current file (opened by unzOpenCurrentFile)
/external/zlib/src/contrib/minizip/
H A Dunzip.h201 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
331 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
350 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
364 Same than unzOpenCurrentFile, but open for read raw the file (not uncompress)
375 Close the file in zip opened with unzOpenCurrentFile
383 Read bytes from the current file (opened by unzOpenCurrentFile)
409 Read extra field from the current file (opened by unzOpenCurrentFile)
H A Dunzip.c805 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
1641 extern int ZEXPORT unzOpenCurrentFile (unzFile file) function
1945 Read extra field from the current file (opened by unzOpenCurrentFile)
2001 Close the file in zip opened with unzOpenCurrentFile
/external/chromium_org/build/android/rezip/
H A Drezip.cc305 err = unzOpenCurrentFile(in_file);

Completed in 293 milliseconds