Searched defs:GnPaths (Results 1 – 1 of 1) sorted by relevance
| /external/pigweed/pw_build/py/pw_build/ |
| D | python_runner.py | 80 class GnPaths(NamedTuple): class 112 def __init__(self, paths: GnPaths, label: str): 223 def _search_target_ninja(ninja_file: Path, paths: GnPaths, 247 def _search_toolchain_ninja(ninja_file: Path, paths: GnPaths, 282 paths: GnPaths, 304 def __init__(self, paths: GnPaths, target: str): 350 def _target_file(paths: GnPaths, expr: _Expression) -> _Actions: 362 def _target_file_if_exists(paths: GnPaths, expr: _Expression) -> _Actions: 376 def _target_objects(paths: GnPaths, expr: _Expression) -> _Actions: 402 def _expand_arguments(paths: GnPaths, string: str) -> _Actions: [all …]
|