| 972 | } |
| 973 | |
| 974 | string TmpFile::DebugString() { |
| 975 | return Substitute( |
| 976 | "File $0 path '$1' device id $2 disk id $3 allocation offset $4 blacklisted $5", |
| 977 | this, path_, device_id_, disk_id_, allocation_offset_, blacklisted_); |
| 978 | } |
| 979 | |
| 980 | TmpFileLocal::TmpFileLocal(TmpFileGroup* file_group, TmpFileMgr::DeviceId device_id, |
| 981 | const std::string& path, bool expected_local) |