Home
last modified time | relevance | path

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

/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, bundleStyle); 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, isUpdate); 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_SUCCESS) ? in ProcessBundleInstall()
227 CHECK_PRO_PART_ROLLBACK(errorCode, tmpCodePath, permissions, bundleInfo, bundleRes.abilityRes); in ProcessBundleInstall()

Completed in 3 milliseconds