| 139 | } |
| 140 | |
| 141 | string Storage::GetFileName() { |
| 142 | phxsql::LogVerbose("%s get file name %s", __func__, path_.c_str()); |
| 143 | return path_; |
| 144 | } |
| 145 | |
| 146 | pair<string, size_t> Storage::GetFileInfo() { |
| 147 | return make_pair(path_, GetOffSet()); |
no test coverage detected