Searched refs:PREFIX_BUNDLE (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
H A D | file_path_utils.cpp | 50 constexpr char PREFIX_BUNDLE[] = "@bundle:"; member 325 if (StringStartWith(newJsModuleUri, PREFIX_BUNDLE, sizeof(PREFIX_BUNDLE) - 1)) { in ParseOhmUri() 326 SplitString(newJsModuleUri, pathVector, sizeof(PREFIX_BUNDLE) - 1); in ParseOhmUri()
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | module_path_helper.cpp | 24 if (thread->GetEcmaVM()->IsNormalizedOhmUrlPack() && !StringHelper::StringStartWith(requestName, PREFIX_BUNDLE) && in ConcatFileNameWithMerge() 29 if (StringHelper::StringStartWith(requestName, PREFIX_BUNDLE)) { in ConcatFileNameWithMerge() 174 if (StringHelper::StringStartWith(inputFileName, PREFIX_BUNDLE)) { in ParseAbcPathAndOhmUrl() 703 if (StringHelper::StringStartWith(requestName, PREFIX_BUNDLE) || in NeedTranstale() 1107 if (StringHelper::StringStartWith(str, ModulePathHelper::PREFIX_BUNDLE) || in IsOhmUrl() 1117 if (StringHelper::StringStartWith(ohmUrl, PREFIX_BUNDLE)) { in CheckAndGetRecordName()
|
H A D | module_path_helper.h | 76 static constexpr char PREFIX_BUNDLE[] = "@bundle:"; member in panda::ecmascript::ModulePathHelper
|
H A D | js_module_source_text.cpp | 301 StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_BUNDLE) || in CheckNativeModule()
|
Completed in 9 milliseconds