Searched refs:PIPE (Results 1 - 10 of 10) sorted by relevance

/u-boot/tools/u_boot_pylib/
H A Dcommand.py88 kwargs['stdout'] = cros_subprocess.PIPE
92 kwargs['stderr'] = cros_subprocess.PIPE
H A Dcros_subprocess.py27 PIPE = subprocess.PIPE variable
42 Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
145 set both stdout and stderr to PIPE or PIPE_PTY. Even then it depends on
392 # Now try with PIPE and make sure it is not a terminal
394 plist = Popen(both_cmds, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/u-boot/doc/sphinx/
H A Dkernel_feat.py124 , stdout = subprocess.PIPE
125 , stderr = subprocess.PIPE
H A Dkerneldoc.py115 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
H A Dkernel_abi.py122 , stdout = subprocess.PIPE
123 , stderr = subprocess.PIPE
/u-boot/scripts/kconfig/tests/
H A Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/u-boot/test/py/
H A Dmultiplexed_log.py142 stdin=subprocess.PIPE if stdin else None,
143 stdout=subprocess.PIPE, stderr=subprocess.STDOUT, env=env)
/u-boot/tools/
H A Dqconfig.py106 with subprocess.Popen([SHOW_GNU_MAKE], stdout=subprocess.PIPE) as proc:
505 stderr=subprocess.PIPE,
527 stderr=subprocess.PIPE,
550 stderr=subprocess.PIPE)
1368 with subprocess.Popen(args, stdout=subprocess.PIPE) as proc:
/u-boot/tools/buildman/
H A Dkconfiglib.py6786 command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE
/u-boot/common/
H A Dcli_hush_upstream.c4006 static const char *const PIPE[] ALIGN_PTR = {
4060 pi->followup, PIPE[pi->followup]

Completed in 297 milliseconds