Searched refs:log_run (Results 1 – 6 of 6) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | git_repo.py | 22 from pw_presubmit.tools import log_run, plural 31 return log_run(['git', '-C', repo, *args], 89 log_run(['git', '-C', repo, 'update-index', '-q', '--refresh'], check=True) 92 return log_run(['git', '-C', repo, 'diff-index', '--quiet', 'HEAD',
|
D | format_code.py | 44 from pw_presubmit.tools import exclude_paths, file_summary, log_run, plural 102 return log_run(['clang-format', '--style=file', *args], 121 files, lambda _, data: log_run(['gn', 'format', '--stdin'], 129 log_run(['gn', 'format', *files], check=True) 135 files, lambda path, _: log_run( 141 log_run(['gofmt', '-w', *files], check=True) 145 return log_run(['python', '-m', 'yapf', '--parallel', *args],
|
D | __init__.py | 16 from pw_presubmit.tools import log_run, plural
|
D | build.py | 27 from pw_presubmit import call, log_run, plural, PresubmitFailure, tools 124 process = log_run(args, capture_output=True, cwd=source_dir, **kwargs)
|
D | tools.py | 154 def log_run(args, **kwargs) -> subprocess.CompletedProcess: function
|
/external/tensorflow/tensorflow/lite/micro/tools/make/ |
D | pigweed.patch | 10 from pw_presubmit import call, log_run, plural, PresubmitFailure, tools
|