Home
last modified time | relevance | path

Searched refs:PIPE (Results 1 – 9 of 9) sorted by relevance

/u-boot/scripts/kconfig/tests/
A Dconftest.py66 stdin=subprocess.PIPE,
67 stdout=subprocess.PIPE,
68 stderr=subprocess.PIPE,
/u-boot/tools/patman/
A Dcommand.py91 kwargs['stdout'] = cros_subprocess.PIPE
95 kwargs['stderr'] = cros_subprocess.PIPE
A Dcros_subprocess.py27 PIPE = subprocess.PIPE variable
397 plist = Popen(both_cmds, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/u-boot/doc/sphinx/
A Dkernel_feat.py124 , stdout = subprocess.PIPE
125 , stderr = subprocess.PIPE
A Dkernel_abi.py122 , stdout = subprocess.PIPE
123 , stderr = subprocess.PIPE
A Dkerneldoc.py125 p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/u-boot/tools/
A Dmoveconfig.py404 process = subprocess.Popen([SHOW_GNU_MAKE], stdout=subprocess.PIPE)
1228 stderr=subprocess.PIPE,
1249 stderr=subprocess.PIPE,
1284 stderr=subprocess.PIPE)
/u-boot/test/py/
A Dmultiplexed_log.py138 stdin=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/u-boot/tools/buildman/
A Dkconfiglib.py6785 command, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE

Completed in 23 milliseconds