Searched refs:OpenProcessPipe (Results 1 – 4 of 4) sorted by relevance
57 FILE *OpenProcessPipe(const char *Command, const char *Mode);
106 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() function
151 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() function
209 FILE *Pipe = OpenProcessPipe(Command.c_str(), "r"); in ExecuteCommandAndReadOutput()