Searched refs:error_txt (Results 1 – 1 of 1) sorted by relevance
27 const char* const error_txt = dlerror(); in reset_dlerror() local28 (void)error_txt; in reset_dlerror()34 const char* const error_txt = dlerror(); in report_error() local35 if (error_txt) { in report_error()39 … message + std::string(" (dlerror system message: ") + error_txt + std::string(")") in report_error()