Home
last modified time | relevance | path

Searched refs:hnpSignMapInfos (Results 1 - 3 of 3) sorted by relevance

/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c186 HnpSignMapInfo *hnpSignMapInfos, int *count) in HnpInstall()
191 ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count); in HnpInstall()
400 static int HnpReadAndInstall(char *srcFile, HnpInstallInfo *hnpInfo, HnpSignMapInfo *hnpSignMapInfos, int *count) in HnpReadAndInstall() argument
445 ret = HnpInstall(srcFile, hnpInfo, &hnpCfg, hnpSignMapInfos, count); in HnpReadAndInstall()
480 HnpSignMapInfo *hnpSignMapInfos, int *count) in HnpPackageGetAndInstall()
508 int ret = HnpPackageGetAndInstall(path, hnpInfo, sunDirNew, hnpSignMapInfos, count); in HnpPackageGetAndInstall()
523 int ret = HnpReadAndInstall(path, hnpInfo, hnpSignMapInfos, count); in HnpPackageGetAndInstall()
535 static int HapReadAndInstall(const char *dstPath, HapInstallInfo *installInfo, HnpSignMapInfo *hnpSignMapInfos, in HapReadAndInstall() argument
573 ret = HnpPackageGetAndInstall(hnpPath, &hnpInfo, "", hnpSignMapInfos, count); in HapReadAndInstall()
714 HnpSignMapInfo *hnpSignMapInfos in HnpInsatllPre() local
185 HnpInstall(const char *hnpFile, HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpInstall() argument
479 HnpPackageGetAndInstall(const char *dirPath, HnpInstallInfo *hnpInfo, char *sunDir, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpPackageGetAndInstall() argument
[all...]
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c365 HnpSignMapInfo *hnpSignMapInfos, int *count) in HnpInstallAddSignMap()
374 ret = sprintf_s(hnpSignMapInfos[sum].key, MAX_FILE_PATH_LEN, "%s!/%s", hnpSignKeyPrefix, key); in HnpInstallAddSignMap()
380 ret = strcpy_s(hnpSignMapInfos[sum].value, MAX_FILE_PATH_LEN, value); in HnpInstallAddSignMap()
419 HnpSignMapInfo *hnpSignMapInfos, int *count) in HnpUnZip()
465 result = HnpInstallAddSignMap(hnpSignKeyPrefix, fileName, filePath, hnpSignMapInfos, count); in HnpUnZip()
364 HnpInstallAddSignMap(const char* hnpSignKeyPrefix, const char *key, const char *value, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpInstallAddSignMap() argument
418 HnpUnZip(const char *inputFile, const char *outputDir, const char *hnpSignKeyPrefix, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpUnZip() argument
H A Dhnp_base.h267 HnpSignMapInfo *hnpSignMapInfos, int *count);

Completed in 4 milliseconds