Lines Matching defs:path
117 HNP_LOGE("sprintf install bin path unsuccess.");
172 HNP_LOGE("sprintf install bin path unsuccess.");
220 HNP_LOGE("hnp uninstall name path sprintf unsuccess,uid:%{public}d,name:%{public}s", uid, name);
225 HNP_LOGE("hnp uninstall sprintf version path unsuccess.");
230 HNP_LOGE("sprintf unstall base path unsuccess.");
300 HNP_LOGE("hnp uninstall uid path[%{public}s] is not exist", dstPath);
325 HNP_LOGE("hnp uninstall private path sprintf unsuccess, uid:%{public}d,package name[%{public}s]", uid,
342 HNP_LOGE("hnp install path[%{public}s] exist, but force is false", hnpInfo->hnpSoftwarePath);
367 HNP_LOGE("hnp install sprintf hnp base path unsuccess.");
375 HNP_LOGE("hnp install sprintf install path unsuccess.");
405 HNP_LOGI("hnp install start now! src file=%{public}s, dst path=%{public}s", srcFile, hnpInfo->hnpBasePath);
484 char path[MAX_FILE_PATH_LEN];
496 if (sprintf_s(path, MAX_FILE_PATH_LEN, "%s/%s", dirPath, entry->d_name) < 0) {
497 HNP_LOGE("hnp install sprintf unsuccess, dir[%{public}s], path[%{public}s]", dirPath, entry->d_name);
508 int ret = HnpPackageGetAndInstall(path, hnpInfo, sunDirNew, hnpSignMapInfos, count);
514 if (HnpFileCheck(path) == false) {
519 HNP_LOGE("hnp install sprintf unsuccess,sub[%{public}s],path[%{public}s]", sunDir, entry->d_name);
523 int ret = HnpReadAndInstall(path, hnpInfo, hnpSignMapInfos, count);
556 HNP_LOGE("hnp install public base path sprintf unsuccess.");
565 HNP_LOGE("hnp install private base path sprintf unsuccess.");
588 char path[MAX_FILE_PATH_LEN];
601 if (sprintf_s(path, MAX_FILE_PATH_LEN, "%s/%s", hnpPath, entry->d_name) < 0) {
602 HNP_LOGE("hnp install count get sprintf unsuccess, dir[%{public}s], path[%{public}s]", hnpPath,
609 if (sprintf_s(path, MAX_FILE_PATH_LEN, "%s/%s", hnpPath, entry->d_name) < 0) {
614 ret = HnpInstallHnpFileCountGet(path, count);
620 if (HnpFileCheck(path) == false) {
623 ret = HnpFileCountGet(path, count);
651 HNP_LOGE("hnp install private base path sprintf unsuccess.");
667 static int SetHnpRestorecon(char *path)
671 if (sprintf_s(publicPath, MAX_FILE_PATH_LEN, "%s/hnppublic", path) < 0) {
672 HNP_LOGE("sprintf fail, get hnp restorecon path fail");
679 HNP_LOGE("mkdir public path fail");
685 HNP_LOGE("restorecon hnp path fail");
702 HNP_LOGE("hnp install uid path[%{public}s] is not exist", dstPath);
735 HNP_LOGI("sign start hap path[%{public}s],abi[%{public}s],count=%{public}d", installInfo->hapPath, installInfo->abi,