Home
last modified time | relevance | path

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

/base/startup/appspawn/service/hnp/installer/include/
H A Dhnp_installer.h64 char hnpSoftwarePath[MAX_FILE_PATH_LEN]; // 软件安装路径,为hnpBasePath/{name}.org/ member
/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c340 if (access(hnpInfo->hnpSoftwarePath, F_OK) == 0) { in HnpInstallForceCheck()
342 HNP_LOGE("hnp install path[%{public}s] exist, but force is false", hnpInfo->hnpSoftwarePath); in HnpInstallForceCheck()
346 if (HnpDeleteFolder(hnpInfo->hnpSoftwarePath) != 0) { in HnpInstallForceCheck()
364 ret = sprintf_s(hnpInfo->hnpSoftwarePath, MAX_FILE_PATH_LEN, "%s/%s.org", hnpInfo->hnpBasePath, in HnpInstallPathGet()
372 ret = sprintf_s(hnpInfo->hnpVersionPath, MAX_FILE_PATH_LEN, "%s/%s_%s", hnpInfo->hnpSoftwarePath, in HnpInstallPathGet()

Completed in 3 milliseconds