Home
last modified time | relevance | path

Searched refs:outBaseFileName (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp65 CString &outBaseFileName, CString &outEntryPoint) in ParseOhmUrl() argument
81 outBaseFileName = BUNDLE_INSTALL_PATH + moduleName + MERGE_ABC_ETS_MODULES; in ParseOhmUrl()
88 outBaseFileName = ParseUrl(vm, outEntryPoint); in ParseOhmUrl()
Dmodule_path_helper.h100 CString &outBaseFileName, CString &outEntryPoint);