Searched refs:InitZipFileWithFd (Results 1 – 3 of 3) sorted by relevance
38 static zipFile InitZipFileWithFd(PlatformFile zipFilefd);
116 zipFile ZipWriter::InitZipFileWithFd(PlatformFile zipFilefd) in InitZipFileWithFd() function in OHOS::AppExecFwk::LIBZIP::ZipWriter
168 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zip()231 zipWriter = std::make_unique<ZipWriter>(ZipWriter::InitZipFileWithFd(params.DestFd())); in Zips()