Home
last modified time | relevance | path

Searched refs:GetInternalModulePrefix (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h87 inline static CString GetInternalModulePrefix(const CString &moduleRequestName) in GetInternalModulePrefix() function
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp602 HWTEST_F_L0(EcmaModuleTest, GetInternalModulePrefix) in HWTEST_F_L0() argument
606 CString outFileName = PathHelper::GetInternalModulePrefix(inputFileName); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp357 CString moduleDir = PathHelper::GetInternalModulePrefix(moduleRequestName); in MakeInternalArgs()