Searched refs:DestroyDir (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/db/ |
| D | import_column_family_test.cc | 38 test::DestroyDir(env_, sst_files_dir_); in ~ImportColumnFamilyTest() 39 test::DestroyDir(env_, export_files_dir_); in ~ImportColumnFamilyTest() 43 test::DestroyDir(env_, sst_files_dir_); in DestroyAndRecreateExternalSSTFilesDir() 45 test::DestroyDir(env_, export_files_dir_); in DestroyAndRecreateExternalSSTFilesDir() 414 test::DestroyDir(env_, dbname_ + "/db_copy"); in TEST_F() 430 test::DestroyDir(env_, dbname_ + "/db_copy"); in TEST_F()
|
| D | external_sst_file_basic_test.cc | 29 test::DestroyDir(env_, sst_files_dir_); in DestroyAndRecreateExternalSSTFilesDir() 140 test::DestroyDir(env_, sst_files_dir_); in ~ExternalSSTFileBasicTest()
|
| D | external_sst_file_test.cc | 46 test::DestroyDir(env_, sst_files_dir_); in ExternSSTFileLinkFailFallbackTest() 77 test::DestroyDir(env_, sst_files_dir_); in DestroyAndRecreateExternalSSTFilesDir() 280 ~ExternalSSTFileTest() override { test::DestroyDir(env_, sst_files_dir_); } in ~ExternalSSTFileTest()
|
| D | db_compaction_test.cc | 4958 test::DestroyDir(env_, sst_files_dir); in TEST_P()
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_test.cc | 72 test::DestroyDir(env_, export_path_); in CheckpointTest() 97 test::DestroyDir(env_, export_path_); in ~CheckpointTest() 350 test::DestroyDir(env_, export_path_); in TEST_F() 361 test::DestroyDir(env_, export_path_); in TEST_F() 407 test::DestroyDir(env_, export_path_); in TEST_F()
|
| /rocksdb-6.9/file/ |
| D | delete_scheduler_test.cc | 42 test::DestroyDir(env_, dummy_files_dir); in ~DeleteSchedulerTest() 47 ASSERT_OK(test::DestroyDir(env_, dir)); in DestroyAndCreateDir()
|
| D | random_access_file_reader_test.cc | 40 EXPECT_OK(test::DestroyDir(env_, test_dir_)); in TearDown()
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 395 Status DestroyDir(Env* env, const std::string& dir) { in DestroyDir() function
|
| D | testutil.h | 794 Status DestroyDir(Env* env, const std::string& dir);
|