Searched defs:zf (Results 1 – 3 of 3) sorted by relevance
76 void Packager::AddFileToZip(zipFile zf, const fs::path &filePath, const fs::path &zipPath, zip_file… in AddFileToZip()113 void Packager::WriteStringToZip(zipFile zf, const std::string &content, const fs::path &zipPath, zi… in WriteStringToZip()
54 zipFile zf = zipOpen64(outPath.c_str(), APPEND_STATUS_CREATE); in Process() local
44 zipFile zf = zipOpen64(outPath.c_str(), APPEND_STATUS_CREATE); in Process() local