Searched defs:stdin (Results 1 – 5 of 5) sorted by relevance
| /u-boot/include/ |
| A D | stdio.h | 52 #define stdin 0 macro
|
| /u-boot/tools/u_boot_pylib/ |
| A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
|
| /u-boot/test/py/ |
| A D | u_boot_utils.py | 160 def run_and_log(u_boot_console, cmd, ignore_errors=False, stdin=None, env=None): argument
|
| A D | multiplexed_log.py | 114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument
|
| /u-boot/scripts/ |
| A D | spdxcheck.py | 263 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable
|
Completed in 12 milliseconds