| 571 | |
| 572 | template<typename Key, typename Engine> |
| 573 | std::string PersistentTableImpl<Key, Engine>::SnapshotDirPath(const std::string& name) const { |
| 574 | return PosixFile::JoinPath(snapshots_dir_, name); |
| 575 | } |
| 576 | |
| 577 | template<typename Key, typename Engine> |
| 578 | std::string PersistentTableImpl<Key, Engine>::SnapshotListFilePath(const std::string& name) const { |