Lines Matching refs:DestroyDB
60 EXPECT_OK(DestroyDB(dbname_, delete_options)); in CheckpointTest()
62 EXPECT_OK(DestroyDB(dbname_, options)); in CheckpointTest()
66 EXPECT_OK(DestroyDB(snapshot_name_, options)); in CheckpointTest()
68 EXPECT_OK(DestroyDB(snapshot_tmp_name, options)); in CheckpointTest()
95 EXPECT_OK(DestroyDB(dbname_, options)); in ~CheckpointTest()
96 EXPECT_OK(DestroyDB(snapshot_name_, options)); in ~CheckpointTest()
183 ASSERT_OK(DestroyDB(dbname_, options)); in Destroy()
272 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F()
298 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F()
307 ASSERT_OK(DestroyDB(dbname_, options)); in TEST_F()
520 EXPECT_OK(DestroyDB(dbname_, options)); in TEST_F()
590 ASSERT_OK(DestroyDB(dbname, CurrentOptions())); in TEST_F()