Home
last modified time | relevance | path

Searched defs:zf (Results 1 – 3 of 3) sorted by relevance

/base/startup/appspawn/service/hnp/base/
Dhnp_zip.c72 static int ZipAddFile(const char* file, int offset, zipFile zf) in ZipAddFile()
151 static int ZipHandleDir(char *fullPath, int offset, zipFile zf) in ZipHandleDir()
172 static int ZipAddDir(const char *sourcePath, int offset, zipFile zf) in ZipAddDir()
223 static int ZipDir(const char *sourcePath, int offset, zipFile zf) in ZipDir()
243 int HnpZip(const char *inputDir, zipFile zf) in HnpZip()
270 int HnpAddFileToZip(zipFile zf, char *filename, char *buff, int size) in HnpAddFileToZip()
/base/startup/appspawn/service/hnp/pack/src/
Dhnp_pack.c29 static int AddHnpCfgFileToZip(zipFile zf, const char *hnpSrcPath, HnpCfgInfo *hnpCfg) in AddHnpCfgFileToZip()
86 zipFile zf = zipOpen(hnp_file_path, APPEND_STATUS_CREATE); in PackHnp() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_zip.cpp52 zipFile zf = zipOpen64(zipName, APPEND_STATUS_ADDINZIP); in AddBuffToZip() local
95 zipFile zf = zipOpen64(zipName, APPEND_STATUS_ADDINZIP); in AddFileContextToZip() local