Searched refs:CmdPath (Results 1 – 1 of 1) sorted by relevance
409 std::string &CmdPath, std::vector<std::string> Args) { in lexCommand() argument429 CmdPath = sys::FindProgramByName(Command); in lexCommand()430 if (CmdPath.empty()) { in lexCommand()437 Message = "Found command in: " + CmdPath + "\n"; in lexCommand()446 std::string CmdPath; in createCustomCompiler() local448 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler()449 if (CmdPath.empty()) in createCustomCompiler()452 return new CustomCompiler(CmdPath, Args); in createCustomCompiler()462 std::string CmdPath; in createCustomExecutor() local464 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor()[all …]