xapian-core
1.4.26
|
Convert errno value to std::string, thread-safe if possible. More...
#include <string>
Go to the source code of this file.
Functions | |
void | errno_to_string (int e, std::string &s) |
std::string | errno_to_string (int e) |
Convert errno value to std::string, thread-safe if possible.
Definition in file errno_to_string.h.
void errno_to_string | ( | int | e, |
std::string & | s | ||
) |
Definition at line 47 of file errno_to_string.cc.
References Xapian::Internal::str().
Referenced by FDTracker::check(), BackendManagerMulti::createdb_multi(), DEFINE_TESTCASE(), ChertTable::do_open_to_read(), ChertTable::do_open_to_write(), errno_to_string(), CPUTimer::get_current_cputime(), Xapian::Error::get_error_string(), FDTracker::init(), FlintLock::lock(), FileIndexer::next_file(), ChertTable_base::read(), rm_rf(), test_driver::runtest(), test_ioblock1(), test_serialiseerror1(), and ChertTable_base::write_to_file().
|
inline |
Definition at line 32 of file errno_to_string.h.
References errno_to_string().