Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp65 CString &outBaseFileName, CString &outEntryPoint) in ParseOhmUrl() argument
82outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + inputFileName.substr(startStrLen); in ParseOhmUrl()
87 outEntryPoint = inputFileName.substr(PREFIX_BUNDLE_LEN); in ParseOhmUrl()
88 outBaseFileName = ParseUrl(vm, outEntryPoint); in ParseOhmUrl()
92 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + inputFileName; in ParseOhmUrl()
98 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + vm->GetModuleName() + in ParseOhmUrl()
102 outEntryPoint = vm->GetBundleName() + PathHelper::SLASH_TAG + vm->GetModuleName() + in ParseOhmUrl()
108 if (StringHelper::StringEndWith(outEntryPoint, EXT_NAME_ABC)) { in ParseOhmUrl()
109 outEntryPoint.erase(outEntryPoint.length() - EXT_NAME_ABC_LEN, EXT_NAME_ABC_LEN); in ParseOhmUrl()
Dmodule_path_helper.h100 CString &outBaseFileName, CString &outEntryPoint);