Lines Matching refs:stderr
499 stdin, stdout, stderr, bufsize,
1618 def _log_subprocess(self, msg, stdin, stdout, stderr):
1622 if stdout is not None and stderr == subprocess.STDOUT:
1623 info.append(f'stdout=stderr={_format_pipe(stdout)}')
1627 if stderr is not None:
1628 info.append(f'stderr={_format_pipe(stderr)}')
1634 stderr=subprocess.PIPE,
1660 self._log_subprocess(debug_log, stdin, stdout, stderr)
1662 protocol, cmd, True, stdin, stdout, stderr, bufsize, **kwargs)
1669 stderr=subprocess.PIPE, universal_newlines=False,
1693 self._log_subprocess(debug_log, stdin, stdout, stderr)
1695 protocol, popen_args, False, stdin, stdout, stderr,