Searched refs:stderr_sfd_ (Results 1 – 1 of 1) sorted by relevance
209 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in __anon9d4e575d0111::Subprocess324 !CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ForkAndExec()352 stderr_sfd_.reset(-1); in ForkAndExec()403 stdinout_sfd_.get(), stderr_sfd_.get()); in ForkAndExec()437 if (!CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ExecInProcess()448 stderr_sfd_.get()); in ExecInProcess()488 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) { in ConnectProtocolEndpoints()563 pfds.stderr_pfd() = {.fd = stderr_sfd_.get(), .events = POLLIN}; in PassDataStreams()568 while (protocol_sfd_ != -1 && (stdinout_sfd_ != -1 || stderr_sfd_ != -1)) { in PassDataStreams()592 stderr_sfd_.reset(); in PassDataStreams()[all …]