Lines Matching defs:Cmd
481 int ExecuteCommand(const Command &Cmd) {
485 auto Args = Cmd.getArguments();
502 if (Cmd.hasOutputFile()) {
503 std::string Path = Cmd.getOutputFile();
510 if (!IsAbsolutePath && Cmd.hasFlag("artifact_prefix"))
511 Path = Cmd.getFlagValue("artifact_prefix") + "/" + Path;
528 if (Cmd.isOutAndErrCombined()) {
579 Command Cmd(BaseCmd);
580 Cmd.setOutputFile(LogFilePath);
581 int Ret = ExecuteCommand(Cmd);