Searched refs:IsPathNotFound (Results 1 – 7 of 7) sorted by relevance
64 if (s.IsPathNotFound()) { in Recover()490 s.IsPathNotFound())) { in CheckConsistency()533 if (s.IsPathNotFound()) { in TryCatchUpWithPrimary()
463 if (s.IsPathNotFound()) { in TEST_F()
412 if (s.IsPathNotFound() && no_error_if_table_files_missing_) { in LoadTables()543 if (s.IsPathNotFound() || s.IsNotFound()) { in MaybeCreateVersion()
590 ASSERT_TRUE(x.IsPathNotFound()); in TEST_F()
99 if (s.IsPathNotFound()) { in GetTableReader()
5865 if (s.IsPathNotFound()) { in Recover()6141 } else if (s.IsPathNotFound()) { in ApplyOneVersionEditToBuilder()6211 } while (s.IsPathNotFound()); in MaybeSwitchManifest()
295 bool IsPathNotFound() const { in IsPathNotFound() function