Searched refs:zipFilefd (Results 1 – 2 of 2) sorted by relevance
116 zipFile ZipWriter::InitZipFileWithFd(PlatformFile zipFilefd) in InitZipFileWithFd() argument119 if (zipFilefd == kInvalidPlatformFile) { in InitZipFileWithFd()123 zipFile zip_file = OpenFdForZipping(zipFilefd, APPEND_STATUS_CREATE); in InitZipFileWithFd()
38 static zipFile InitZipFileWithFd(PlatformFile zipFilefd);