| 155 | } |
| 156 | |
| 157 | int StorageFileManager::OpenNewWriteFile(const uint64_t &instanceid) { |
| 158 | return write_storage_->SetFileWritePos(GetNewFile(instanceid), 0); |
| 159 | } |
| 160 | |
| 161 | int StorageFileManager::OpenOldestFile() { |
| 162 | if (file_list_.empty()) |
nothing calls this directly
no test coverage detected