Lines Matching refs:StdIOChannel
60 const std::map<Subprocess::StdIOChannel, int>& redirects, in validate_redirects() argument
79 void do_redirects(const std::map<Subprocess::StdIOChannel, int>& redirects) { in do_redirects() argument
345 Command& Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
356 Command Command::RedirectStdIO(Subprocess::StdIOChannel channel, in RedirectStdIO()
361 Command& Command::RedirectStdIO(Subprocess::StdIOChannel subprocess_channel, in RedirectStdIO()
362 Subprocess::StdIOChannel parent_channel) & { in RedirectStdIO()
366 Command Command::RedirectStdIO(Subprocess::StdIOChannel subprocess_channel, in RedirectStdIO()
367 Subprocess::StdIOChannel parent_channel) && { in RedirectStdIO()
569 cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdIn, pipe_read); in RunWithManagedStdio()
585 cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdOut, pipe_write); in RunWithManagedStdio()
601 cmd.RedirectStdIO(Subprocess::StdIOChannel::kStdErr, pipe_write); in RunWithManagedStdio()