Searched refs:CmdLine (Results 1 – 6 of 6) sorted by relevance
26 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local27 int exit_code = system(CmdLine.c_str()); in ExecuteCommand()
42 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local 102 const char *CommandCStr = CmdLine.c_str(); in ExecuteCommand()
173 std::string CmdLine = Cmd.toString(); in ExecuteCommand() local174 return system(CmdLine.c_str()); in ExecuteCommand()
441 LibMain (hInst, wDataSeg, cbHeap, CmdLine) in LibMain() argument445 LPSTR CmdLine;
1036 const char *CmdLine = renderEscapedCommandLine(TC, Args); in ConstructJob() local1039 CmdArgs.push_back(CmdLine); in ConstructJob()1043 CmdArgs.push_back(CmdLine); in ConstructJob()
1832 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( in readCheckFile() local1836 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()1837 unsigned BufferID = SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile()