Searched refs:child_stdinout_sfd (Results 1 – 1 of 1) sorted by relevance
215 unique_fd child_stdinout_sfd, child_stderr_sfd; in ForkAndExec() local283 if (!CreateSocketpair(&stdinout_sfd_, &child_stdinout_sfd)) { in ForkAndExec()308 child_stdinout_sfd.reset(OpenPtyChildFd(pts_name, &child_error_sfd)); in ForkAndExec()311 dup2(child_stdinout_sfd, STDIN_FILENO); in ForkAndExec()312 dup2(child_stdinout_sfd, STDOUT_FILENO); in ForkAndExec()313 dup2(child_stderr_sfd != -1 ? child_stderr_sfd : child_stdinout_sfd, STDERR_FILENO); in ForkAndExec()318 child_stdinout_sfd.reset(-1); in ForkAndExec()