Searched refs:stderr_pipe (Results 1 – 1 of 1) sorted by relevance
144 int stderr_pipe[2]; in forkAndExec() local148 pipe2(stderr_pipe, O_NONBLOCK | O_CLOEXEC) == -1) { in forkAndExec()169 dup2(stderr_pipe[1], 2) == -1) { in forkAndExec()196 close(stderr_pipe[1]) == -1) { in forkAndExec()200 return new IptablesProcess(child_pid.value(), stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]); in forkAndExec()