Searched refs:CmdLine (Results 1 – 3 of 3) sorted by relevance
37 http://www.enteract.com/~bradapp/ftp/src/libs/C++/CmdLine.html
672 int ExecUnhookedProcess(const std::string& CmdLine, std::string* pStdOut, std::string* pStdErr) in ExecUnhookedProcess() argument675 return ExecCmd(CmdLine, nullptr, pStdOut, pStdErr); in ExecUnhookedProcess()
1134 std::unique_ptr<MemoryBuffer> CmdLine = MemoryBuffer::getMemBufferCopy( in readCheckFile() local1138 CmdLine->getBuffer().substr(Prefix.size(), PatternString.size()); in readCheckFile()1139 SM.AddNewSourceBuffer(std::move(CmdLine), SMLoc()); in readCheckFile()