Searched refs:stdin (Results 1 – 3 of 3) sorted by relevance
| /test/py/ |
| A D | utils.py | 160 def run_and_log(ubman, cmd, ignore_errors=False, stdin=None, env=None): argument 181 output = runner.run(cmd, ignore_errors=ignore_errors, stdin=stdin, env=env)
|
| A D | multiplexed_log.py | 114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument 142 stdin=subprocess.PIPE if stdin else None, 144 (stdout, stderr) = p.communicate(input=stdin)
|
| /test/py/tests/ |
| A D | test_ut.py | 202 ubman, f'dtc -o {dtb_file}', stdin=b'/dts-v1/; / {};') 513 ubman, f'sfdisk {fn}', stdin=b'type=83')
|
Completed in 7 milliseconds