(&self)
| 140 | } |
| 141 | |
| 142 | pub(crate) fn clear_driver_override(&self) -> Result<(), VfioError> { |
| 143 | write_sysfs(&self.driver_override_path(), "\n") |
| 144 | } |
| 145 | |
| 146 | pub(crate) fn driver_unbind_path(&self) -> PathBuf { |
| 147 | self.file("driver/unbind") |
no test coverage detected