Searched refs:old_path (Results 1 – 2 of 2) sorted by relevance
116 Status SstFileManagerImpl::OnMoveFile(const std::string& old_path, in OnMoveFile() argument122 *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()
50 Status OnMoveFile(const std::string& old_path, const std::string& new_path,