Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dnapi_module_loader.cpp28 CString moduleStr = ModulePathHelper::GetModuleNameWithPath(modulePath); in LoadModuleNameSpaceWithModuleInfo()
Dmodule_path_helper.h296 inline static CString GetModuleNameWithPath(const CString modulePath) in GetModuleNameWithPath() function
Dmodule_path_helper.cpp1031 CString moduleName = GetModuleNameWithPath(modulePath); in TranslateNapiFileRequestPath()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp846 HWTEST_F_L0(EcmaModuleTest, GetModuleNameWithPath) in HWTEST_F_L0() argument
850 CString outFileName1 = ModulePathHelper::GetModuleNameWithPath(inputPath1); in HWTEST_F_L0()
855 CString outFileName2 = ModulePathHelper::GetModuleNameWithPath(inputPath2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp5744 … ecmascript::CString moduleName = ModulePathHelper::GetModuleNameWithPath(module_path.c_str()); in GetModuleNameSpaceFromFile()
5771 ecmascript::CString moduleStr = ModulePathHelper::GetModuleNameWithPath(module_path.c_str()); in GetModuleNameSpaceWithModuleInfo()