Home
last modified time | relevance | path

Searched refs:PathNotFound (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dio_status.h124 static IOStatus PathNotFound() { return IOStatus(kIOError, kPathNotFound); } in PathNotFound() function
125 static IOStatus PathNotFound(const Slice& msg, const Slice& msg2 = Slice()) {
Dstatus.h215 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/
Dio_win.h30 ? Status::PathNotFound(context, GetWindowsErrSz(err)) in IOErrorFromWindowsError()
42 ? Status::PathNotFound(context, strerror(err_number)) in IOError()
/rocksdb-6.9/db/
Dwal_manager.cc425 return Status::PathNotFound("log file not available"); in GetLiveWalFile()
/rocksdb-6.9/env/
Denv_hdfs.cc43 ? Status::PathNotFound(context, strerror(err_number)) in IOError()
Dio_posix.cc69 return IOStatus::PathNotFound(IOErrorMsg(context, file_name), in IOError()
/rocksdb-6.9/
DHISTORY.md303 * Introduce a new IOError subcode, PathNotFound, to indicate trying to open a nonexistent file or d…