| 1794 | } |
| 1795 | |
| 1796 | void TmpFileGroup::DestroyWriteHandle(unique_ptr<TmpWriteHandle> handle) { |
| 1797 | handle->Cancel(); |
| 1798 | handle->WaitForWrite(); |
| 1799 | RecycleFileRange(move(handle)); |
| 1800 | } |
| 1801 | |
| 1802 | void TmpFileGroup::WriteComplete( |
| 1803 | TmpWriteHandle* handle, const Status& write_status) { |