Searched refs:IOErrorMsg (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 48 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()
|
| D | io_posix.h | 38 std::string IOErrorMsg(const std::string& context,
|
| D | env_posix.cc | 211 IOErrorMsg("Failed to open shared library: xs", name), dlerror()); in LoadLibrary()
|