Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/guest/hals/nfc/src/
Dmain.rs37 virtio_dev_path: PathBuf, field
63 let nfc_service = runtime.block_on(NfcService::new(&cli.virtio_dev_path)); in main()
68 info!("Starting {service_name} with {:?}", cli.virtio_dev_path); in main()