Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.h111 …static CString FindPackageInTopLevelWithNamespace(const JSPandaFile *jsPandaFile, const CString &r…
Dmodule_path_helper.cpp286 CString ModulePathHelper::FindPackageInTopLevelWithNamespace(const JSPandaFile *jsPandaFile, in FindPackageInTopLevelWithNamespace() function in panda::ecmascript::ModulePathHelper
350 return FindPackageInTopLevelWithNamespace(jsPandaFile, requestName, recordName); in ParseOhpmPackage()