Lines Matching refs:db_name_
27 db_name_ = test::PerThreadDBPath("compact_files_test"); in CompactFilesTest()
30 std::string db_name_; member in ROCKSDB_NAMESPACE::CompactFilesTest
79 DestroyDB(db_name_, options); in TEST_F()
80 Status s = DB::Open(options, db_name_, &db); in TEST_F()
138 DestroyDB(db_name_, options); in TEST_F()
139 Status s = DB::Open(options, db_name_, &db); in TEST_F()
177 DestroyDB(db_name_, options); in TEST_F()
178 Status s = DB::Open(options, db_name_, &db); in TEST_F()
213 DestroyDB(db_name_, options); in TEST_F()
214 Status s = DB::Open(options, db_name_, &db); in TEST_F()
250 s = DB::Open(options, db_name_, &db); in TEST_F()
288 DestroyDB(db_name_, options); in TEST_F()
289 Status s = DB::Open(options, db_name_, &db); in TEST_F()
326 DestroyDB(db_name_, Options()); in TEST_F()
337 ASSERT_OK(DB::Open(options, db_name_, &db)); in TEST_F()
377 DestroyDB(db_name_, options); in TEST_F()
378 Status s = DB::Open(options, db_name_, &db); in TEST_F()