Searched refs:stdout_pipe (Results 1 – 1 of 1) sorted by relevance
126 int stdout_pipe[2]; in forkAndExec() local131 pipe2(stdout_pipe, O_NONBLOCK | O_CLOEXEC) == -1 || in forkAndExec()153 dup2(stdout_pipe[1], 1) == -1 || in forkAndExec()178 close(stdout_pipe[1]) == -1 || in forkAndExec()187 child_pid.value(), stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]); in forkAndExec()