| 
    xapian-core
    1.4.29
    
   | 
 
Convert errno value to std::string, thread-safely if possible. More...
#include <config.h>#include "errno_to_string.h"#include <errno.h>#include <string.h>#include "str.h"
 Include dependency graph for errno_to_string.cc:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | errno_to_string (int e, string &s) | 
Convert errno value to std::string, thread-safely if possible.
Definition in file errno_to_string.cc.
| void errno_to_string | ( | int | e, | 
| 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().