Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpigweed_presubmit.py129 build.install_package(ctx.package_root, 'nanopb')
143 build.install_package(ctx.package_root, 'teensy')
195 build.install_package(ctx.package_root, 'nanopb')
Dbuild.py32 def install_package(root: Path, name: str) -> None: function