Lines Matching refs:srcFile
52 char srcFile[MAX_FILE_PATH_LEN];
71 int ret = sprintf_s(srcFile, MAX_FILE_PATH_LEN, "%s/%s", installPath, currentLink->source);
95 ret = HnpSymlink(srcFile, dstFile);
109 char srcFile[MAX_FILE_PATH_LEN];
140 ret = sprintf_s(srcFile, MAX_FILE_PATH_LEN, "%s/%s", srcPath, entry->d_name);
154 ret = HnpSymlink(srcFile, dstFile);
400 static int HnpReadAndInstall(char *srcFile, HnpInstallInfo *hnpInfo, HnpSignMapInfo *hnpSignMapInfos, int *count)
405 HNP_LOGI("hnp install start now! src file=%{public}s, dst path=%{public}s", srcFile, hnpInfo->hnpBasePath);
407 ret = HnpCfgGetFromZip(srcFile, &hnpCfg);
445 ret = HnpInstall(srcFile, hnpInfo, &hnpCfg, hnpSignMapInfos, count);