Home
last modified time | relevance | path

Searched refs:ConcatFileNameWithMerge (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp308 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0()
315 …ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, module… in HWTEST_F_L0()
340 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0()
349 entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HWTEST_F_L0()
376 …ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, moduleRecordName, module… in HWTEST_F_L0()
389 …entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf2.get(), baseFilename, moduleReco… in HWTEST_F_L0()
419 …CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, pf.get(), baseFilename, mod… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h97 static CString ConcatFileNameWithMerge(JSThread *thread, const JSPandaFile *jsPandaFile,
Dmodule_path_helper.cpp21 CString ModulePathHelper::ConcatFileNameWithMerge(JSThread *thread, const JSPandaFile *jsPandaFile, in ConcatFileNameWithMerge() function in panda::ecmascript::ModulePathHelper
Djs_module_source_text.cpp108 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge( in HostResolveImportedModuleWithMerge()
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp115 … requestEntryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile, mergedFilename, in Load()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp178 ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile.get(), in DynamicImportJob()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp696 CString entryPoint = ModulePathHelper::ConcatFileNameWithMerge(thread, jsPandaFile_, in CollectRecordExportInfo()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp154 …ModulePathHelper::ConcatFileNameWithMerge(thread_, jsPandaFile, baseFileName, recordName, cstringR… in ResolveImportType()