Home
last modified time | relevance | path

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

/external/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()
/external/angle/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()