Searched refs:m_stderr (Results 1 – 1 of 1) sorted by relevance
112 std::string& GetSTDERR () { return m_stderr; } in GetSTDERR()117 const char * GetSTDERRPath() { return m_stderr.empty() ? NULL : m_stderr.c_str(); } in GetSTDERRPath()126 std::string m_stderr; variable