Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp256 const CString& ohpmPath, const CString& requestName) in FindOhpmEntryPoint() argument
266 … CString maybeKey = ohpmPath + PathHelper::SLASH_TAG + StringHelper::JoinString(vec, 0, index); in FindOhpmEntryPoint()
296 CString ohpmPath; in FindPackageInTopLevelWithNamespace() local
303 ohpmPath = recordName.substr(0, pos); in FindPackageInTopLevelWithNamespace()
318 ohpmPath = CString(PACKAGE_PATH_SEGMENT) + PathHelper::NAME_SPACE_TAG + moduleName; in FindPackageInTopLevelWithNamespace()
319 entryPoint = FindOhpmEntryPoint(jsPandaFile, ohpmPath, requestName); in FindPackageInTopLevelWithNamespace()
346 CString ohpmPath = packageName + PACKAGE_PATH_SEGMENT; in ParseOhpmPackage() local
348 entryPoint = FindOhpmEntryPoint(jsPandaFile, ohpmPath, requestName); in ParseOhpmPackage()
Dmodule_path_helper.h106 static CString FindOhpmEntryPoint(const JSPandaFile *jsPandaFile, const CString &ohpmPath,