Home
last modified time | relevance | path

Searched refs:delete_existing_trash (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dsst_file_manager.h119 bool delete_existing_trash = true, Status* status = nullptr,
128 bool delete_existing_trash = true, Status* status = nullptr,
/rocksdb-6.9/file/
Dsst_file_manager_impl.cc483 bool delete_existing_trash, Status* status, in NewSstFileManager() argument
495 delete_existing_trash, status, max_trash_db_ratio, in NewSstFileManager()
503 bool delete_existing_trash, Status* status, in NewSstFileManager() argument
513 if (delete_existing_trash && trash_dir != "") { in NewSstFileManager()