Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dpath_helper.h43 std::string ohmurl = ""; in CheckWorkerPath() local
69 ohmurl = PREFIX_BUNDLE + script; in CheckWorkerPath()
79 ohmurl = PREFIX_BUNDLE + bundleName + SLASH_TAG + script; in CheckWorkerPath()
81 return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmurl); in CheckWorkerPath()
86 std::string ohmurl = ""; in CheckNormalizedWorkerPath() local
94 ohmurl = script; in CheckNormalizedWorkerPath()
108 ohmurl = NORMALIZED_OHMURL_TAG + pkgName + SLASH_TAG + PHYCICAL_FILE_PATH + path + NORMALIZED_OHMURL_TAG; in CheckNormalizedWorkerPath()
110 return reinterpret_cast<NativeEngine*>(env)->IsExecuteModuleInAbcFile(bundleName, moduleName, ohmurl); in CheckNormalizedWorkerPath()
182 * Split the recordName of the new ohmurl rule

Completed in 1 milliseconds