Searched refs:hnpInfo (Results 1 - 1 of 1) sorted by relevance
/base/startup/appspawn/service/hnp/installer/src/ |
H A D | hnp_installer.c | 185 static int HnpInstall(const char *hnpFile, HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg,
in HnpInstall() argument 191 ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count);
in HnpInstall() 197 return HnpGenerateSoftLink(hnpInfo->hnpVersionPath, hnpInfo->hnpBasePath, hnpCfg);
in HnpInstall() 335 static int HnpInstallForceCheck(HnpCfgInfo *hnpCfgInfo, HnpInstallInfo *hnpInfo)
in HnpInstallForceCheck() argument 340 if (access(hnpInfo->hnpSoftwarePath, F_OK) == 0) {
in HnpInstallForceCheck() 341 if (hnpInfo->hapInstallInfo->isForce == false) {
in HnpInstallForceCheck() 342 HNP_LOGE("hnp install path[%{public}s] exist, but force is false", hnpInfo->hnpSoftwarePath);
in HnpInstallForceCheck() 345 if (hnpInfo in HnpInstallForceCheck() 359 HnpInstallPathGet(HnpCfgInfo *hnpCfgInfo, HnpInstallInfo *hnpInfo) HnpInstallPathGet() argument 382 HnpPublicDealAfterInstall(HnpInstallInfo *hnpInfo, HnpCfgInfo *hnpCfg) HnpPublicDealAfterInstall() argument 400 HnpReadAndInstall(char *srcFile, HnpInstallInfo *hnpInfo, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpReadAndInstall() argument 479 HnpPackageGetAndInstall(const char *dirPath, HnpInstallInfo *hnpInfo, char *sunDir, HnpSignMapInfo *hnpSignMapInfos, int *count) HnpPackageGetAndInstall() argument 540 HnpInstallInfo hnpInfo = {0}; HapReadAndInstall() local [all...] |
Completed in 2 milliseconds