Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Dreset_usb.py37 with open(usb_file_path, 'w') as usb_file:
39 fcntl.ioctl(usb_file, _USBDEVFS_RESET)
/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()