Home
last modified time | relevance | path

Searched refs:jsPathComp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp613 char *jsPathComp[] = {bundleInfo->codePath, const_cast<char *>(ASSET_JS_PATH)}; in CreateBundleInfo() local
614 jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in CreateBundleInfo()
616 …char *jsPathComp[] = {bundleInfo->codePath, const_cast<char *>(ASSET_PATH), bundleProfile.srcPath}; in CreateBundleInfo() local
617 jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in CreateBundleInfo()
847 char *jsPathComp[] = {(*bundleInfo)->codePath, const_cast<char *>(ASSET_JS_PATH)}; in SaveBundleInfo() local
848 jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in SaveBundleInfo()
850 …char *jsPathComp[] = {(*bundleInfo)->codePath, const_cast<char *>(ASSET_PATH), bundleProfile.srcPa… in SaveBundleInfo() local
851 jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in SaveBundleInfo()
H A Dgt_bundle_installer.cpp496 char *jsPathComp[] = {const_cast<char *>(codePath), const_cast<char *>(ASSET_JS_PATH)}; in TransformJsToBc() local
497 char *jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in TransformJsToBc()
H A Dgt_bundle_manager_service.cpp999 char *jsPathComp[] = {const_cast<char *>(codePath), const_cast<char *>(ASSET_JS_PATH)}; in TransformJsToBc() local
1000 char *jsPath = BundleUtil::Strscat(jsPathComp, sizeof(jsPathComp) / sizeof(char *)); in TransformJsToBc()