Home
last modified time | relevance | path

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

/rocksdb-6.9/file/
Dsst_file_manager_impl.cc116 Status SstFileManagerImpl::OnMoveFile(const std::string& old_path, in OnMoveFile() argument
122 *file_size = tracked_files_[old_path]; in OnMoveFile()
124 OnAddFileImpl(new_path, tracked_files_[old_path], false); in OnMoveFile()
125 OnDeleteFileImpl(old_path); in OnMoveFile()
Dsst_file_manager_impl.h50 Status OnMoveFile(const std::string& old_path, const std::string& new_path,