HomeSort by relevance Sort by last modified time
    Searched refs:unzOpenCurrentFile (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/zlib/google/
zip_reader.cc 198 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/
unzip.h 201 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)
unzip.c     [all...]
  /external/zlib/src/contrib/minizip/
unzip.h 201 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)
unzip.c 805 If there is files inside the .Zip opened with unzOpenCurrentFile (see later),
    [all...]
  /external/chromium_org/build/android/rezip/
rezip.cc 305 err = unzOpenCurrentFile(in_file);

Completed in 75 milliseconds