Home
last modified time | relevance | path

Searched defs:GnPaths (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_build/py/pw_build/
H A Dgn_resolver.py41 class GnPaths(NamedTuple): class
74 def __init__(self, paths: GnPaths, label: str):
217 ninja_file: Path, paths: GnPaths, target: Label
255 paths: GnPaths, target: Label
277 def __init__(self, paths: GnPaths, target: str):
323 def _target_file(paths: GnPaths, expr: _Expression) -> _Actions:
335 def _target_file_if_exists(paths: GnPaths, expr: _Expression) -> _Actions:
349 def _target_objects(paths: GnPaths, expr: _Expression) -> _Actions:
376 def _expand_arguments(paths: GnPaths, string: str) -> _Actions:
399 def expand_expressions(paths: GnPaths, arg: str) -> Iterable[str]:
[all …]
H A Dpython_runner.py49 GnPaths = gn_resolver.GnPaths variable