Lines Matching defs:Cmd
203 static void WorkerThread(const std::string &Cmd, std::atomic<unsigned> *Counter,
209 std::string ToRun = Cmd + " > " + Log + " 2>&1\n";
224 std::string Cmd;
228 Cmd += S + " ";
230 return Cmd;
237 std::string Cmd = CloneArgsWithoutX(Args, "jobs", "workers");
242 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
309 auto Cmd = BaseCmd + " " + CurrentFilePath;
311 Printf("CRASH_MIN: executing: %s\n", Cmd.c_str());
312 int ExitCode = ExecuteCommand(Cmd);
322 Cmd += " -minimize_crash_internal_step=1 -exact_artifact_path=" +
324 Printf("CRASH_MIN: executing: %s\n", Cmd.c_str());
325 ExitCode = ExecuteCommand(Cmd);