Searched refs:pStdErr (Results 1 – 1 of 1) sorted by relevance
666 int ExecUnhookedProcess(const std::string& CmdLine, std::string* pStdOut, std::string* pStdErr) in ExecUnhookedProcess() argument669 return ExecCmd(CmdLine, nullptr, pStdOut, pStdErr); in ExecUnhookedProcess()