Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp266 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in TransformToNormalizedOhmUrl()
741 CString ModulePathHelper::GetModuleNameWithBaseFile(const CString &baseFileName) in GetModuleNameWithBaseFile() function in panda::ecmascript::ModulePathHelper
776 CString moduleName = GetModuleNameWithBaseFile(baseFileName); in TranslateExpressionInputWithEts()
961 CString currentModuleName = GetModuleNameWithBaseFile(baseFileName); in ConcatOtherNormalizedOhmurl()
Dmodule_path_helper.h171 static CString GetModuleNameWithBaseFile(const CString &baseFileName);
Djs_module_source_text.cpp388 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in LoadNativeModuleImpl()
449 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1300 HWTEST_F_L0(EcmaModuleTest, GetModuleNameWithBaseFile) in HWTEST_F_L0() argument
1304 CString res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()
1309 res = ModulePathHelper::GetModuleNameWithBaseFile(baseFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp985 CString moduleName = ModulePathHelper::GetModuleNameWithBaseFile(fileName); in GetCurrentModuleName()