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
273 size_t SBProcess::GetSTDERR(char *dst, size_t dst_len) const { in GetSTDERR() function in SBProcess
4320 size_t Process::GetSTDERR(char *buf, size_t buf_size, Status &error) { in GetSTDERR() function in Process