Home
last modified time | relevance | path

Searched refs:HnpAddFileToZip (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/appspawn/service/hnp/base/
H A Dhnp_base.h246 int HnpAddFileToZip(char *zipfile, char *filename, char *buff, int size);
H A Dhnp_zip.c281 int HnpAddFileToZip(char *zipfile, char *filename, char *buff, int size) in HnpAddFileToZip() function
/ohos5.0/base/startup/appspawn/service/hnp/pack/src/
H A Dhnp_pack.c58 ret = HnpAddFileToZip(zipPath, hnpCfgFile, buff, strlen(buff) + 1); in AddHnpCfgFileToZip()