Searched defs:GetSTDERR (Results 1 – 4 of 4) sorted by relevance
100 std::string &GetSTDERR() { return m_stderr; } in GetSTDERR() function
130 size_t ProcessWindows::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in lldb_private::ProcessWindows
276 size_t SBProcess::GetSTDERR(char *dst, size_t dst_len) const { GetSTDERR() function in SBProcess
4546 size_t Process::GetSTDERR(char *buf, size_t buf_size, Status &error) { GetSTDERR() function in Process