Home
last modified time | relevance | path

Searched defs:stdin (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dstdio.h52 #define stdin 0 macro
/u-boot/tools/u_boot_pylib/
A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
/u-boot/test/py/
A Du_boot_utils.py160 def run_and_log(u_boot_console, cmd, ignore_errors=False, stdin=None, env=None): argument
A Dmultiplexed_log.py114 def run(self, cmd, cwd=None, ignore_errors=False, stdin=None, env=None): argument
/u-boot/scripts/
A Dspdxcheck.py263 stdin = os.fdopen(sys.stdin.fileno(), 'rb') variable

Completed in 12 milliseconds