Home
last modified time | relevance | path

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

/rocksdb-6.9/db/db_impl/
Ddb_impl_secondary.cc64 if (s.IsPathNotFound()) { in Recover()
490 s.IsPathNotFound())) { in CheckConsistency()
533 if (s.IsPathNotFound()) { in TryCatchUpWithPrimary()
Ddb_secondary_test.cc463 if (s.IsPathNotFound()) { in TEST_F()
/rocksdb-6.9/db/
Dversion_edit_handler.cc412 if (s.IsPathNotFound() && no_error_if_table_files_missing_) { in LoadTables()
543 if (s.IsPathNotFound() || s.IsNotFound()) { in MaybeCreateVersion()
Dcorruption_test.cc590 ASSERT_TRUE(x.IsPathNotFound()); in TEST_F()
Dtable_cache.cc99 if (s.IsPathNotFound()) { in GetTableReader()
Dversion_set.cc5865 if (s.IsPathNotFound()) { in Recover()
6141 } else if (s.IsPathNotFound()) { in ApplyOneVersionEditToBuilder()
6211 } while (s.IsPathNotFound()); in MaybeSwitchManifest()
/rocksdb-6.9/include/rocksdb/
Dstatus.h295 bool IsPathNotFound() const { in IsPathNotFound() function