Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dimport_column_family_test.cc38 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()
Dexternal_sst_file_basic_test.cc29 test::DestroyDir(env_, sst_files_dir_); in DestroyAndRecreateExternalSSTFilesDir()
140 test::DestroyDir(env_, sst_files_dir_); in ~ExternalSSTFileBasicTest()
Dexternal_sst_file_test.cc46 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()
Ddb_compaction_test.cc4958 test::DestroyDir(env_, sst_files_dir); in TEST_P()
/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_test.cc72 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/
Ddelete_scheduler_test.cc42 test::DestroyDir(env_, dummy_files_dir); in ~DeleteSchedulerTest()
47 ASSERT_OK(test::DestroyDir(env_, dir)); in DestroyAndCreateDir()
Drandom_access_file_reader_test.cc40 EXPECT_OK(test::DestroyDir(env_, test_dir_)); in TearDown()
/rocksdb-6.9/test_util/
Dtestutil.cc395 Status DestroyDir(Env* env, const std::string& dir) { in DestroyDir() function
Dtestutil.h794 Status DestroyDir(Env* env, const std::string& dir);