Home
last modified time | relevance | path

Searched refs:kPathNotFound (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dstatus.h78 kPathNotFound = 9, enumerator
215 static Status PathNotFound() { return Status(kIOError, kPathNotFound); } in PathNotFound()
217 return Status(kIOError, kPathNotFound, msg, msg2);
296 return (code() == kIOError) && (subcode() == kPathNotFound); in IsPathNotFound()
Dio_status.h124 static IOStatus PathNotFound() { return IOStatus(kIOError, kPathNotFound); } in PathNotFound()
126 return IOStatus(kIOError, kPathNotFound, msg, msg2);