Searched refs:stdIn (Results 1 – 1 of 1) sorted by relevance
43 IptablesProcess(pid_t pid, int stdIn, int stdOut, int stdErr) : in IptablesProcess() argument45 stdIn(stdIn), in IptablesProcess()53 close(stdIn); in ~IptablesProcess()59 struct pollfd pollfd = { .fd = stdIn, .events = POLLOUT }; in outputReady()104 const int stdIn; member in IptablesProcess234 if (!android::base::WriteFully((*process)->stdIn, command.data(), command.length())) { in sendCommand()239 if (!android::base::WriteFully((*process)->stdIn, PING, PING_SIZE)) { in sendCommand()