Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerUtil.h57 FILE *OpenProcessPipe(const char *Command, const char *Mode);
DFuzzerUtilPosix.cpp106 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() function
DFuzzerUtilWindows.cpp151 FILE *OpenProcessPipe(const char *Command, const char *Mode) { in OpenProcessPipe() function
DFuzzerUtil.cpp209 FILE *Pipe = OpenProcessPipe(Command.c_str(), "r"); in ExecuteCommandAndReadOutput()