Searched refs:PathNotFound (Results 1 – 7 of 7) sorted by relevance
| /rocksdb-6.9/include/rocksdb/ |
| D | io_status.h | 124 static IOStatus PathNotFound() { return IOStatus(kIOError, kPathNotFound); } in PathNotFound() function 125 static IOStatus PathNotFound(const Slice& msg, const Slice& msg2 = Slice()) {
|
| D | status.h | 215 static Status PathNotFound() { return Status(kIOError, kPathNotFound); } in PathNotFound() function 216 static Status PathNotFound(const Slice& msg, const Slice& msg2 = Slice()) {
|
| /rocksdb-6.9/port/win/ |
| D | io_win.h | 30 ? Status::PathNotFound(context, GetWindowsErrSz(err)) in IOErrorFromWindowsError() 42 ? Status::PathNotFound(context, strerror(err_number)) in IOError()
|
| /rocksdb-6.9/db/ |
| D | wal_manager.cc | 425 return Status::PathNotFound("log file not available"); in GetLiveWalFile()
|
| /rocksdb-6.9/env/ |
| D | env_hdfs.cc | 43 ? Status::PathNotFound(context, strerror(err_number)) in IOError()
|
| D | io_posix.cc | 69 return IOStatus::PathNotFound(IOErrorMsg(context, file_name), in IOError()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 303 * Introduce a new IOError subcode, PathNotFound, to indicate trying to open a nonexistent file or d…
|