Searched refs:child_error_sfd (Results 1 – 1 of 1) sorted by relevance
237 unique_fd parent_error_sfd, child_error_sfd; in ForkAndExec() local249 if (!CreateSocketpair(&parent_error_sfd, &child_error_sfd)) { in ForkAndExec()342 child_stdinout_sfd.reset(OpenPtyChildFd(pts_name, &child_error_sfd)); in ForkAndExec()356 close_on_exec(child_error_sfd); in ForkAndExec()395 WriteFdExactly(child_error_sfd, "exec '" _PATH_BSHELL "' failed: "); in ForkAndExec()396 WriteFdExactly(child_error_sfd, strerror(errno)); in ForkAndExec()397 child_error_sfd.reset(-1); in ForkAndExec()406 child_error_sfd.reset(-1); in ForkAndExec()