Home
last modified time | relevance | path

Searched refs:ASSET_JS_PATH (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h165 const char ASSET_JS_PATH[] = "/assets/js/default"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_extractor.cpp161 (!BundleUtil::StartWith(relativeFilePath, ASSET_JS_PATH) && in ExtractResourceFile()
H A Dgt_bundle_parser.cpp613 char *jsPathComp[] = {bundleInfo->codePath, const_cast<char *>(ASSET_JS_PATH)}; in CreateBundleInfo()
847 char *jsPathComp[] = {(*bundleInfo)->codePath, const_cast<char *>(ASSET_JS_PATH)}; in SaveBundleInfo()
H A Dgt_bundle_installer.cpp496 char *jsPathComp[] = {const_cast<char *>(codePath), const_cast<char *>(ASSET_JS_PATH)}; in TransformJsToBc()
H A Dgt_bundle_manager_service.cpp999 char *jsPathComp[] = {const_cast<char *>(codePath), const_cast<char *>(ASSET_JS_PATH)}; in TransformJsToBc()