Home
last modified time | relevance | path

Searched refs:m_error (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/cortex/addons/common/
H A DControlAppLauncher.cpp51 m_error(B_OK) { in ControlAppLauncher()
54 m_error = launch(); in ControlAppLauncher()
H A DControlAppLauncher.h60 status_t error() const { return m_error; } in error()
70 status_t m_error; variable
/haiku/src/apps/cortex/Persistence/
H A DExportContext.h218 const char* errorText() const { return m_error.String(); } in errorText()
243 BString m_error; variable
H A DExportContext.cpp356 m_error << "FATAL ERROR: "; in reportError()
357 m_error << text << "\n"; in reportError()
359 _dumpElementStack(m_error); in reportError()