Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dfile_path_utils.cpp50 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 Dmodule_path_helper.cpp24 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 Dmodule_path_helper.h76 static constexpr char PREFIX_BUNDLE[] = "@bundle:"; member in panda::ecmascript::ModulePathHelper
H A Djs_module_source_text.cpp301 StringHelper::StringStartWith(moduleRequestName, ModulePathHelper::PREFIX_BUNDLE) || in CheckNativeModule()

Completed in 9 milliseconds