Home
last modified time | relevance | path

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

/aosp_15_r20/external/leveldb/db/
H A Drecovery_test.cc113 uint64_t FirstLogFile() { return GetFiles(kLogFile)[0]; } in FirstLogFile() function in leveldb::RecoveryTest
233 uint64_t number = FirstLogFile(); in TEST_F()
241 ASSERT_EQ(number, FirstLogFile()) << "did not reuse log file"; in TEST_F()
245 ASSERT_EQ(number, FirstLogFile()) << "did not reuse log file"; in TEST_F()
262 uint64_t old_log_file = FirstLogFile(); in TEST_F()
271 ASSERT_NE(old_log_file, FirstLogFile()) << "must not reuse log"; in TEST_F()
285 uint64_t old_log = FirstLogFile(); in TEST_F()
294 uint64_t new_log = FirstLogFile(); in TEST_F()
305 ASSERT_EQ(new_log, FirstLogFile()); in TEST_F()
318 ASSERT_EQ(new_log, FirstLogFile()); in TEST_F()