Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp397 CString normalizeRequestName = PathHelper::NormalizePath(requestName); in ParseThirdPartyPackage() local
398 CString entryPoint = ParseOhpmPackage(jsPandaFile, recordName, normalizeRequestName); in ParseThirdPartyPackage()
406 …entryPoint = ParseThirdPartyPackage(jsPandaFile, recordName, normalizeRequestName, packagePaths[i]… in ParseThirdPartyPackage()