Searched refs:CmdPath (Results 1 – 1 of 1) sorted by relevance
391 std::string &CmdPath, std::vector<std::string> &Args) { in lexCommand() argument418 CmdPath = *Path; in lexCommand()420 Message = "Found command in: " + CmdPath + "\n"; in lexCommand()429 std::string CmdPath; in createCustomCompiler() local431 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler()432 if (CmdPath.empty()) in createCustomCompiler()435 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()445 std::string CmdPath; in createCustomExecutor() local447 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor()448 if (CmdPath.empty()) in createCustomExecutor()[all …]