Home
last modified time | relevance | path

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

/third_party/json/test/thirdparty/Fuzzer/
DFuzzerDriver.cpp209 std::string ToRun = Cmd + " > " + Log + " 2>&1\n"; in WorkerThread() local
211 Printf("%s", ToRun.c_str()); in WorkerThread()
212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread()