| 169 | } |
| 170 | |
| 171 | Future<Void> AsyncFileEncrypted::zeroRange(int64_t offset, int64_t length) { |
| 172 | return AsyncFileEncryptedImpl::zeroRange(this, offset, length); |
| 173 | } |
| 174 | |
| 175 | Future<Void> AsyncFileEncrypted::truncate(int64_t size) { |
| 176 | ASSERT(mode == Mode::APPEND_ONLY); |