| 131 | } |
| 132 | |
| 133 | type flakey struct { |
| 134 | fsType FSType |
| 135 | imgPath string |
| 136 | imgSize int64 |
| 137 | |
| 138 | loopDevice string |
| 139 | flakeyDevice string |
| 140 | } |
| 141 | |
| 142 | // DevicePath returns the flakey device path. |
| 143 | func (f *flakey) DevicePath() string { |
nothing calls this directly
no outgoing calls
no test coverage detected