Searched defs:GnPaths (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pigweed/pw_build/py/pw_build/ |
H A D | gn_resolver.py | 41 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 D | python_runner.py | 49 GnPaths = gn_resolver.GnPaths variable
|