Home
last modified time | relevance | path

Searched refs:GetModuleNameWithBaseFile (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp62 CString abcModuleName = ModulePathHelper::GetModuleNameWithBaseFile(abcFilePath); in LoadModuleNameSpace()
Dmodule_path_helper.cpp268 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in TransformToNormalizedOhmUrl()
719 CString ModulePathHelper::GetModuleNameWithBaseFile(const CString &baseFileName) in GetModuleNameWithBaseFile() function in panda::ecmascript::ModulePathHelper
753 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts()
937 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in ConcatOtherNormalizedOhmurl()
Dmodule_path_helper.h176 static CString GetModuleNameWithBaseFile(const CString &baseFileName);
Djs_module_source_text.cpp330 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in LoadNativeModuleImpl()
384 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp996 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in GetCurrentModuleName()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp2556 HWTEST_F_L0(EcmaModuleTest, GetModuleNameWithBaseFile) in HWTEST_F_L0() argument
2560 CString res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()
2565 res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()