Searched refs:child_stderr_sfd (Results 1 – 1 of 1) sorted by relevance
228 ScopedFd child_stdinout_sfd, child_stderr_sfd; in ForkAndExec() local303 !CreateSocketpair(&stderr_sfd_, &child_stderr_sfd)) { in ForkAndExec()326 dup2(child_stderr_sfd.valid() ? child_stderr_sfd.fd() : child_stdinout_sfd.fd(), in ForkAndExec()333 child_stderr_sfd.Reset(); in ForkAndExec()