Searched refs:do_usb_list (Results 1 – 3 of 3) sorted by relevance
85 pub fn do_usb_list<T: AsRef<Path> + std::fmt::Debug>( in do_usb_list() function
63 use vm_control::client::do_usb_list;511 do_usb_list(cmd.socket_path) in usb_list()
217 if let Ok(UsbControlResult::Devices(res)) = do_usb_list(&socket_path) { in crosvm_client_usb_list()