Home
last modified time | relevance | path

Searched refs:CreateWithFd (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.h37 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
Dzip_writer.cc88 std::unique_ptr<ZipWriter> ZipWriter::CreateWithFd( in CreateWithFd() function in zip::internal::ZipWriter
Dzip.cc160 zip_writer = internal::ZipWriter::CreateWithFd( in Zip()
/third_party/node/deps/zlib/google/
Dzip_writer.h40 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
Dzip_writer.cc128 std::unique_ptr<ZipWriter> ZipWriter::CreateWithFd( in CreateWithFd() function in zip::internal::ZipWriter
Dzip.cc134 internal::ZipWriter::CreateWithFd(params.dest_fd, file_accessor); in Zip()
/third_party/node/deps/v8/third_party/zlib/google/
Dzip_writer.h40 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
Dzip_writer.cc128 std::unique_ptr<ZipWriter> ZipWriter::CreateWithFd( in CreateWithFd() function in zip::internal::ZipWriter
Dzip.cc134 internal::ZipWriter::CreateWithFd(params.dest_fd, file_accessor); in Zip()