Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dgit_repo.py45 def __init__(self, tool_runner: ToolRunner, working_dir: Path) -> None:
66 def __init__(self, root: Path, tool_runner: ToolRunner):
331 def find_git_repo(path_in_repo: Path, tool_runner: ToolRunner) -> GitRepo:
355 def is_in_git_repo(p: Path, tool_runner: ToolRunner) -> bool:
411 tool_runner: ToolRunner,
H A Dtool_runner.py23 class ToolRunner(abc.ABC): class
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/format/
H A Dcore.py134 tool_runner: ToolRunner = BasicSubprocessRunner(),