| 1931 | compressed_(parent_->tmp_file_mgr_->compressed_buffer_tracker()) {} |
| 1932 | |
| 1933 | TmpWriteHandle::~TmpWriteHandle() { |
| 1934 | DCHECK(!write_in_flight_); |
| 1935 | DCHECK(read_range_ == nullptr); |
| 1936 | DCHECK(compressed_.buffer() == nullptr); |
| 1937 | } |
| 1938 | |
| 1939 | string TmpWriteHandle::TmpFilePath() const { |
| 1940 | if (file_ == nullptr) return ""; |