Home
last modified time | relevance | path

Searched defs:packagePath (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRule.ts40 packagePath: string; property
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp548 const CString &recordName, const CString &requestName, const CString &packagePath) in ParseThirdPartyPackage()
590 for (auto& packagePath : packagePaths) { in ParseThirdPartyPackage() local
629 const CString& requestName, const CString &packagePath) in FindPackageInTopLevel()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp544 CString packagePath = "pkg_modules"; in HWTEST_F_L0() local