Home
last modified time | relevance | path

Searched refs:GetModuleNameWithPath (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp75 CString moduleName = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpace()
Dmodule_path_helper.h305 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath() function
Dmodule_path_helper.cpp1008 CString moduleName = GetModuleNameWithPath(modulePath); in TranslateNapiFileRequestPath()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1234 HWTEST_F_L0(EcmaModuleTest, GetModuleNameWithPath) in HWTEST_F_L0() argument
1238 CString outFileName1 = ModulePathHelper::GetModuleNameWithPath(inputPath1); in HWTEST_F_L0()
1243 CString outFileName2 = ModulePathHelper::GetModuleNameWithPath(inputPath2); in HWTEST_F_L0()