Searched refs:pipeIn (Results 1 – 2 of 2) sorted by relevance
348 void GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut,
371 void Client::GetExecCmd(std::vector<std::string> &cmd, int pipeIn, int pipeOut, in GetExecCmd() argument376 cmd.emplace_back(std::to_string(pipeIn)); in GetExecCmd()