Home
last modified time | relevance | path

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

/third_party/boost/boost/dll/detail/
Dsystem_error.hpp27 const char* const error_txt = dlerror(); in reset_dlerror() local
28 (void)error_txt; in reset_dlerror()
34 const char* const error_txt = dlerror(); in report_error() local
35 if (error_txt) { in report_error()
39 … message + std::string(" (dlerror system message: ") + error_txt + std::string(")") in report_error()