Searched refs:zip_fd (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_internal.h | 39 // Opens the file referred to by |zip_fd| for unzipping. 40 unzFile OpenFdForUnzipping(int zip_fd); 58 // Opens the file referred to by |zip_fd| for zipping. |append_flag| will be 60 zipFile OpenFdForZipping(int zip_fd, int append_flag);
|
H A D | zip_internal.cc | 282 unzFile OpenFdForUnzipping(int zip_fd) { in OpenFdForUnzipping() argument 284 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForUnzipping() 340 zipFile OpenFdForZipping(int zip_fd, int append_flag) { in OpenFdForZipping() argument 342 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForZipping()
|
H A D | zip_reader.cc | 157 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile() argument 161 zip_file_ = internal::OpenFdForUnzipping(zip_fd); in OpenFromPlatformFile() 163 zip_file_ = internal::OpenHandleForUnzipping(zip_fd); in OpenFromPlatformFile()
|
H A D | zip_reader.h | 130 // Opens the zip file referred to by the platform file |zip_fd|, without 131 // taking ownership of |zip_fd|. Returns true on success. 132 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_internal.h | 39 // Opens the file referred to by |zip_fd| for unzipping. 40 unzFile OpenFdForUnzipping(int zip_fd); 58 // Opens the file referred to by |zip_fd| for zipping. |append_flag| will be 60 zipFile OpenFdForZipping(int zip_fd, int append_flag);
|
H A D | zip_internal.cc | 290 unzFile OpenFdForUnzipping(int zip_fd) { in OpenFdForUnzipping() argument 292 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForUnzipping() 346 zipFile OpenFdForZipping(int zip_fd, int append_flag) { in OpenFdForZipping() argument 348 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForZipping()
|
H A D | zip_reader.cc | 144 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile() argument 148 zip_file_ = internal::OpenFdForUnzipping(zip_fd); in OpenFromPlatformFile() 150 zip_file_ = internal::OpenHandleForUnzipping(zip_fd); in OpenFromPlatformFile() 153 LOG(ERROR) << "Cannot open ZIP from file handle " << zip_fd; in OpenFromPlatformFile()
|
H A D | zip_reader.h | 152 // Opens the ZIP archive referred to by the platform file |zip_fd|, without 153 // taking ownership of |zip_fd|. Returns true on success. 154 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
|
/third_party/node/deps/zlib/google/ |
H A D | zip_internal.h | 39 // Opens the file referred to by |zip_fd| for unzipping. 40 unzFile OpenFdForUnzipping(int zip_fd); 58 // Opens the file referred to by |zip_fd| for zipping. |append_flag| will be 60 zipFile OpenFdForZipping(int zip_fd, int append_flag);
|
H A D | zip_internal.cc | 291 unzFile OpenFdForUnzipping(int zip_fd) { in OpenFdForUnzipping() argument 293 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForUnzipping() 347 zipFile OpenFdForZipping(int zip_fd, int append_flag) { in OpenFdForZipping() argument 349 FillFdOpenFileFunc(&zip_funcs, zip_fd); in OpenFdForZipping()
|
H A D | zip_reader.cc | 144 bool ZipReader::OpenFromPlatformFile(base::PlatformFile zip_fd) { in OpenFromPlatformFile() argument 148 zip_file_ = internal::OpenFdForUnzipping(zip_fd); in OpenFromPlatformFile() 150 zip_file_ = internal::OpenHandleForUnzipping(zip_fd); in OpenFromPlatformFile() 153 LOG(ERROR) << "Cannot open ZIP from file handle " << zip_fd; in OpenFromPlatformFile()
|
H A D | zip_reader.h | 158 // Opens the ZIP archive referred to by the platform file |zip_fd|, without 159 // taking ownership of |zip_fd|. Returns true on success. 160 bool OpenFromPlatformFile(base::PlatformFile zip_fd);
|
Completed in 7 milliseconds