Searched refs:CmdPath (Results 1 – 1 of 1) sorted by relevance
410 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand() argument437 CmdPath = *Path; in lexCommand()439 Message = "Found command in: " + CmdPath + "\n"; in lexCommand()448 std::string CmdPath; in createCustomCompiler() local450 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler()451 if (CmdPath.empty()) in createCustomCompiler()454 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()464 std::string CmdPath; in createCustomExecutor() local466 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor()467 if (CmdPath.empty()) in createCustomExecutor()[all …]