Searched refs:rpipe (Results 1 – 1 of 1) sorted by relevance
145 int StartProgram(const std::string program, const std::vector<std::string> args, int* rpipe) { in StartProgram() argument158 *rpipe = link[0]; in StartProgram()159 fcntl(*rpipe, F_SETFL, O_NONBLOCK); // Non-blocking in StartProgram()