Searched refs:zip_file_fd (Results 1 – 6 of 6) sorted by relevance
89 int zip_file_fd, in CreateWithFd() argument92 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()
37 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,
129 int zip_file_fd, in CreateWithFd() argument131 DCHECK(zip_file_fd != base::kInvalidPlatformFile); in CreateWithFd()133 internal::OpenFdForZipping(zip_file_fd, APPEND_STATUS_CREATE); in CreateWithFd()136 DLOG(ERROR) << "Cannot create ZIP file for FD " << zip_file_fd; in CreateWithFd()
40 static std::unique_ptr<ZipWriter> CreateWithFd(int zip_file_fd,