Lines Matching refs:hnpVersionPath
191 ret = HnpUnZip(hnpFile, hnpInfo->hnpVersionPath, hnpInfo->hnpSignKeyPrefix, hnpSignMapInfos, count);
197 return HnpGenerateSoftLink(hnpInfo->hnpVersionPath, hnpInfo->hnpBasePath, hnpCfg);
216 char hnpVersionPath[MAX_FILE_PATH_LEN];
224 if (sprintf_s(hnpVersionPath, MAX_FILE_PATH_LEN, "%s/%s_%s", hnpNamePath, name, version) < 0) {
246 ret = HnpDeleteFolder(hnpVersionPath);
352 ret = HnpCreateFolder(hnpInfo->hnpVersionPath);
354 return HnpDeleteFolder(hnpInfo->hnpVersionPath);
372 ret = sprintf_s(hnpInfo->hnpVersionPath, MAX_FILE_PATH_LEN, "%s/%s_%s", hnpInfo->hnpSoftwarePath,
422 if (access(hnpInfo->hnpVersionPath, F_OK) == 0 && hnpInfo->isPublic) {
424 ret = HnpGenerateSoftLink(hnpInfo->hnpVersionPath, hnpInfo->hnpBasePath, &hnpCfg);