Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Ddelete_scheduler.h83 static Status CleanupDirectory(Env* env, SstFileManagerImpl* sfm,
Ddelete_scheduler.cc115 Status DeleteScheduler::CleanupDirectory(Env* env, SstFileManagerImpl* sfm, in CleanupDirectory() function in ROCKSDB_NAMESPACE::DeleteScheduler
/rocksdb-6.9/db/
Dcolumn_family.cc325 DeleteScheduler::CleanupDirectory(db_options.env, sfm, result.cf_paths[i].path); in SanitizeOptions()
/rocksdb-6.9/db/db_impl/
Ddb_impl_open.cc156 DeleteScheduler::CleanupDirectory(result.env, sfm, result.db_paths[i].path); in SanitizeOptions()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_impl.cc239 DeleteScheduler::CleanupDirectory(env_, sfm, blob_dir_); in Open()