Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h74 inline static CString GetStrippedModuleName(const CString &moduleRequestName) in GetStrippedModuleName() function
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp181 …CString soName = base::PathHelper::GetStrippedModuleName(ConvertToString(module->GetEcmaModuleReco… in TryToRemoveSO()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp594 HWTEST_F_L0(EcmaModuleTest, GetStrippedModuleName) in HWTEST_F_L0() argument
598 CString outFileName = PathHelper::GetStrippedModuleName(inputFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp787 CString entryPoint = PathHelper::GetStrippedModuleName(requestPath); in LoadNativeModule()
Djs_module_source_text.cpp368 CString moduleName = PathHelper::GetStrippedModuleName(moduleRequestName); in LoadNativeModule()