MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / driver_override_path

Method driver_override_path

crates/openshell-vfio/src/sysfs.rs:134–136  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

132 }
133
134 pub(crate) fn driver_override_path(&self) -> PathBuf {
135 self.file("driver_override")
136 }
137
138 pub(crate) fn driver_override(&self) -> Result<String, VfioError> {
139 self.read_trimmed("driver_override")

Callers 4

clear_driver_overrideMethod · 0.80
cleanup_partial_bindFunction · 0.80
bind_device_to_vfioFunction · 0.80

Calls 1

fileMethod · 0.80

Tested by

no test coverage detected