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/module/
Djs_dynamic_import.cpp39 CString entryPoint = PathHelper::GetStrippedModuleName(requestPath); in ExecuteNativeModule()
Djs_module_source_text.cpp347 CString moduleName = PathHelper::GetStrippedModuleName(moduleRequestName); in LoadNativeModule()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp156 …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()