Searched refs:communicate_filter (Results 1 - 2 of 2) sorted by relevance

/u-boot/tools/u_boot_pylib/
H A Dcros_subprocess.py52 Use communicate_filter() to handle output from the subprocess.
116 def communicate_filter(self, output, input_buf=''): member in class:Popen
299 plist = Popen(['ps']).communicate_filter(oper.output)
306 plist = Popen([cmd], shell=True).communicate_filter(oper.output)
316 plist = Popen([cmd], shell=True).communicate_filter(oper.output)
325 plist = Popen(cmd, shell=False).communicate_filter(oper.output)
334 plist = Popen(cmd, shell=True).communicate_filter(oper.output)
342 plist = Popen('pwd', shell=shell, cwd='/tmp').communicate_filter(
355 plist = Popen(cmd, shell=True, env=env).communicate_filter(oper.output)
374 shell=True).communicate_filter(ope
[all...]
H A Dcommand.py105 last_pipe.communicate_filter(output_func))

Completed in 132 milliseconds