Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h45 std::string bundleName = ""; in CheckWorkerPath() local
62 bundleName = script.substr(0, prev); in CheckWorkerPath()
74 bundleName = reinterpret_cast<NativeEngine*>(env)->GetBundleName(); in CheckWorkerPath()
79 ohmurl = PREFIX_BUNDLE + bundleName + SLASH_TAG + script; in CheckWorkerPath()
81 return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmurl); in CheckWorkerPath()
88 std::string bundleName = ""; in CheckNormalizedWorkerPath() local
106 bundleName = reinterpret_cast<NativeEngine*>(env)->GetBundleName(); in CheckNormalizedWorkerPath()
110 return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmurl); in CheckNormalizedWorkerPath()
183 * recordName: &moduleName&bundleName&importPath&version

Completed in 1 milliseconds