| 219 | } |
| 220 | |
| 221 | void Storage::FixOffSet(size_t offset) { |
| 222 | lseek(fd_, offset, SEEK_SET); |
| 223 | STATISTICS(StorageReadDataFail()); |
| 224 | } |
| 225 | |
| 226 | void Storage::FSync() { |
| 227 | if (fd_ >= 0) |
nothing calls this directly
no outgoing calls
no test coverage detected