| 339 | Status ReadableFile::DoSeek(int64_t pos) { return impl_->Seek(pos); } |
| 340 | |
| 341 | int ReadableFile::file_descriptor() const { return impl_->fd(); } |
| 342 | |
| 343 | // ---------------------------------------------------------------------- |
| 344 | // FileOutputStream |