Searched refs:stderr_sfd_ (Results 1 – 1 of 1) sorted by relevance
183 unique_fd stdinout_sfd_, stderr_sfd_, protocol_sfd_; member in __anonfc43d0fa0111::Subprocess290 !CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ForkAndExec()317 stderr_sfd_.reset(-1); in ForkAndExec()340 stdinout_sfd_.get(), stderr_sfd_.get()); in ForkAndExec()377 for (int fd : {stdinout_sfd_.get(), stderr_sfd_.get()}) { in ForkAndExec()461 for (unique_fd* sfd : {&protocol_sfd_, &stdinout_sfd_, &stderr_sfd_}) { in PassDataStreams()469 while (protocol_sfd_ != -1 && (stdinout_sfd_ != -1 || stderr_sfd_ != -1)) { in PassDataStreams()487 stderr_sfd_.reset(); in PassDataStreams()505 int select_n = std::max(std::max(protocol_sfd_, stdinout_sfd_), stderr_sfd_) + 1; in SelectLoop()518 stderr_sfd_.reset(-1); in SelectLoop()[all …]