Searched refs:ToRun (Results 1 – 1 of 1) sorted by relevance
209 std::string ToRun = Cmd + " > " + Log + " 2>&1\n"; in WorkerThread() local211 Printf("%s", ToRun.c_str()); in WorkerThread()212 int ExitCode = ExecuteCommand(ToRun); in WorkerThread()