Home
last modified time | relevance | path

Searched refs:tmpCodePath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_installer.cpp277 …char *tmpCodePath = BundleUtil::Strscat(tmpCodePathComp, sizeof(tmpCodePathComp) / sizeof(char *)); in ProcessBundleInstall() local
278 errorCode = (tmpCodePath == nullptr) ? ERR_APPEXECFWK_INSTALL_FAILED_INTERNAL_ERROR : ERR_OK; in ProcessBundleInstall()
281 …errorCode = GtBundleExtractor::ExtractHap(tmpCodePath, installRecord.bundleName, fp, fileSize, bun… in ProcessBundleInstall()
283 CHECK_PRO_PART_ROLLBACK(errorCode, tmpCodePath, permissions, bundleInfo, signatureInfo); in ProcessBundleInstall()
290 CHECK_PRO_PART_ROLLBACK(errorCode, tmpCodePath, permissions, bundleInfo, signatureInfo); in ProcessBundleInstall()
294 errorCode = TransformJsToBc(tmpCodePath, installRecord); in ProcessBundleInstall()
295 CHECK_PRO_PART_ROLLBACK(errorCode, tmpCodePath, permissions, bundleInfo, signatureInfo); in ProcessBundleInstall()
301 …errorCode = HandleFileAndBackUpRecord(installRecord, tmpCodePath, randStr, bundleInfo->dataPath, i… in ProcessBundleInstall()
302 AdapterFree(tmpCodePath); in ProcessBundleInstall()
H A Dbundle_installer.cpp224 std::string tmpCodePath = codePath + randStr; in ProcessBundleInstall() local
225 …errorCode = (BundleDaemonClient::GetInstance().ExtractHap(path.c_str(), tmpCodePath.c_str()) == EC… in ProcessBundleInstall()
227 CHECK_PRO_PART_ROLLBACK(errorCode, tmpCodePath, permissions, bundleInfo, bundleRes.abilityRes); in ProcessBundleInstall()