Searched refs:getSysfsPath (Results 1 – 3 of 3) sorted by relevance
21 String getSysfsPath(); in getSysfsPath() method
45 fn getSysfsPath(&self) -> binder::Result<String> { in getSysfsPath() method
826 let path = Path::new(&device.getSysfsPath()?).canonicalize()?; in vfio_argument_for_platform_device()