Lines Matching refs:stdout
46 direct output of command to stdout.
72 direct output of command to stdout.
92 # None means direct to stdout
102 stdout=output_dest,
103 stderr=subprocess.STDOUT,
111 logger.SilentLog("failed to retrieve stdout from: %s" % cmd)
154 If successfull, the output (stdout and stderr) are discarded,
167 subproc = subprocess.Popen(binary, stdout=subprocess.PIPE,
168 stderr=subprocess.STDOUT)
177 stdout=subprocess.PIPE, stderr=subprocess.STDOUT)