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

  /external/chromium_org/third_party/zlib/google/
zip_internal.h 36 // Opens the file referred to by |zip_fd| for unzipping.
37 unzFile OpenFdForUnzipping(int zip_fd);
55 // Opens the file referred to by |zip_fd| for zipping. |append_flag| will be
57 zipFile OpenFdForZipping(int zip_fd, int append_flag);
zip_internal.cc 272 unzFile OpenFdForUnzipping(int zip_fd) {
274 FillFdOpenFileFunc(&zip_funcs, zip_fd);
329 zipFile OpenFdForZipping(int zip_fd, int append_flag) {
331 FillFdOpenFileFunc(&zip_funcs, zip_fd);
zip_reader.h 105 // Opens the zip file referred to by the platform file |zip_fd|.
107 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
zip_reader.cc 94 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) {
98 zip_file_ = internal::OpenFdForUnzipping(zip_fd);
100 zip_file_ = internal::OpenHandleForUnzipping(zip_fd);
  /art/dex2oat/
dex2oat.cc 854 int zip_fd = -1; local
    [all...]

Completed in 1129 milliseconds