Home
last modified time | relevance | path

Searched refs:zip_file_fd (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_writer.cc88 int zip_file_fd, in CreateWithFd() argument
91 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
93 internal::OpenFdForZipping(zip_file_fd, APPEND_STATUS_CREATE); in CreateWithFd()
95 DLOG(ERROR) << "Couldn't create ZIP file for FD " << zip_file_fd; in CreateWithFd()
Dzip_writer.h37 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
/third_party/node/deps/zlib/google/
Dzip_writer.cc88 int zip_file_fd, in CreateWithFd() argument
91 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
93 internal::OpenFdForZipping(zip_file_fd, APPEND_STATUS_CREATE); in CreateWithFd()
95 DLOG(ERROR) << "Couldn't create ZIP file for FD " << zip_file_fd; in CreateWithFd()
Dzip_writer.h37 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc89 int zip_file_fd, in CreateWithFd() argument
92 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()
94 internal::OpenFdForZipping(zip_file_fd, APPEND_STATUS_CREATE); in CreateWithFd()
96 DLOG(ERROR) << "Couldn't create ZIP file for FD " << zip_file_fd; in CreateWithFd()
Dzip_writer.h37 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,