Searched refs:CmdLine (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp648 int ExecUnhookedProcess(const std::string& CmdLine, std::string* pStdOut, std::string* pStdErr) argument
650 return ExecCmd(CmdLine, "", pStdOut, pStdErr);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A DJitManager.cpp672 int ExecUnhookedProcess(const std::string& CmdLine, std::string* pStdOut, std::string* pStdErr) argument
675 return ExecCmd(CmdLine, nullptr, pStdOut, pStdErr);

Completed in 5 milliseconds