Home
last modified time | relevance | path

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

/rocksdb-6.9/env/
Dio_posix.cc48 std::string IOErrorMsg(const std::string& context, in IOErrorMsg() function
61 IOStatus s = IOStatus::NoSpace(IOErrorMsg(context, file_name), in IOError()
69 return IOStatus::PathNotFound(IOErrorMsg(context, file_name), in IOError()
72 return IOStatus::IOError(IOErrorMsg(context, file_name), in IOError()
Dio_posix.h38 std::string IOErrorMsg(const std::string& context,
Denv_posix.cc211 IOErrorMsg("Failed to open shared library: xs", name), dlerror()); in LoadLibrary()