Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py80 kwargs['stdout'] = cros_subprocess.PIPE
84 kwargs['stderr'] = cros_subprocess.PIPE
H A Dcros_subprocess.py27 PIPE = subprocess.PIPE variable
390 plist = Popen(both_cmds, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/rk3399_rockchip-uboot/scripts/
H A Davbtool.py371 stdin=subprocess.PIPE,
372 stdout=subprocess.PIPE,
373 stderr=subprocess.PIPE)
379 stdin=subprocess.PIPE,
380 stdout=subprocess.PIPE,
381 stderr=subprocess.PIPE)
479 stdin=subprocess.PIPE,
480 stdout=subprocess.PIPE,
481 stderr=subprocess.PIPE)
485 stdin=subprocess.PIPE,
[all …]
/rk3399_rockchip-uboot/tools/
H A Dmoveconfig.py386 process = subprocess.Popen([SHOW_GNU_MAKE], stdout=subprocess.PIPE)
1161 stderr=subprocess.PIPE,
1182 stderr=subprocess.PIPE,
1217 stderr=subprocess.PIPE)
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py138 stdin=None, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)