Home
last modified time | relevance | path

Searched refs:hnpVersionPath (Results 1 - 2 of 2) sorted by relevance

/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c191 ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count); in HnpInstall()
197 return HnpGenerateSoftLink(hnpInfo->hnpVersionPath, hnpInfo->hnpBasePath, hnpCfg); in HnpInstall()
216 char hnpVersionPath[MAX_FILE_PATH_LEN]; in HnpUnInstallPublicHnp() local
224 if (sprintf_s(hnpVersionPath, MAX_FILE_PATH_LEN, "%s/%s_%s", hnpNamePath, name, version) < 0) { in HnpUnInstallPublicHnp()
246 ret = HnpDeleteFolder(hnpVersionPath); in HnpUnInstallPublicHnp()
352 ret = HnpCreateFolder(hnpInfo->hnpVersionPath); in HnpInstallForceCheck()
354 return HnpDeleteFolder(hnpInfo->hnpVersionPath); in HnpInstallForceCheck()
372 ret = sprintf_s(hnpInfo->hnpVersionPath, MAX_FILE_PATH_LEN, "%s/%s_%s", hnpInfo->hnpSoftwarePath, in HnpInstallPathGet()
422 if (access(hnpInfo->hnpVersionPath, F_OK) == 0 && hnpInfo->isPublic) { in HnpReadAndInstall()
424 ret = HnpGenerateSoftLink(hnpInfo->hnpVersionPath, hnpInf in HnpReadAndInstall()
[all...]
/base/startup/appspawn/service/hnp/installer/include/
H A Dhnp_installer.h65 char hnpVersionPath[MAX_FILE_PATH_LEN]; // 软件安装版本路径,为hnpBasePath/{name}.org/{name}_{version} member

Completed in 2 milliseconds