Searched refs:m_message (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Dexceptions.cpp65 if (m_message.length() == 0) {
66 m_message = std::string(std::runtime_error::what()) + ": ";
67 m_message += ::strerror(m_sys_err);
70 return m_message.c_str();
H A Dexceptions.hpp81 mutable std::string m_message; member in class:tools::system_error
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dexceptions.hpp40 mutable std::string m_message; member in class:atf::system_error
H A Dexceptions.cpp74 if (m_message.length() == 0) {
75 m_message = std::string(std::runtime_error::what()) + ": ";
76 m_message += ::strerror(m_sys_err);
79 return m_message.c_str();

Completed in 1208 milliseconds