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.cpp88 CString moduleName = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpace()
Dmodule_path_helper.h320 inline static CString GetModuleNameWithPath(const CString& modulePath) in GetModuleNameWithPath() function
Dmodule_path_helper.cpp1010 CString moduleName = GetModuleNameWithPath(modulePath); in TranslateNapiFileRequestPath()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1311 HWTEST_F_L0(EcmaModuleTest, GetModuleNameWithPath) in HWTEST_F_L0() argument
1315 CString outFileName1 = ModulePathHelper::GetModuleNameWithPath(inputPath1); in HWTEST_F_L0()
1320 CString outFileName2 = ModulePathHelper::GetModuleNameWithPath(inputPath2); in HWTEST_F_L0()