Home
last modified time | relevance | path

Searched refs:usb_file (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/vm_control/src/
Dclient.rs100 let usb_file: File = if dev_path.parent() == Some(Path::new("/proc/self/fd")) { in do_usb_attach() localVariable
117 file: usb_file, in do_usb_attach()
/external/crosvm/devices/src/usb/host_backend/
Dhost_backend_device_provider.rs155 fn handle_attach_device(&self, usb_file: File) -> UsbControlResult { in handle_attach_device()
156 let device = match Device::new(usb_file) { in handle_attach_device()