Home
last modified time | relevance | path

Searched refs:stdin_pipe (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DIptablesRestoreController.cpp142 int stdin_pipe[2]; in forkAndExec() local
146 if (pipe2(stdin_pipe, O_CLOEXEC) == -1 || in forkAndExec()
167 if (dup2(stdin_pipe[0], 0) == -1 || in forkAndExec()
194 if (close(stdin_pipe[0]) == -1 || in forkAndExec()
200 return new IptablesProcess(child_pid.value(), stdin_pipe[1], stdout_pipe[0], stderr_pipe[0]); in forkAndExec()