Home
last modified time | relevance | path

Searched defs:wayland_paths (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/devices/src/virtio/vhost/user/device/
Dwl.rs78 wayland_paths: Option<BTreeMap<String, PathBuf>>, field
327 let wayland_paths: BTreeMap<_, _> = wayland_sock.into_iter().collect(); in run_wl_device() localVariable
Dgpu.rs362 let wayland_paths: BTreeMap<_, _> = wayland_sock.into_iter().collect(); in run_gpu_device() localVariable
/external/crosvm/devices/src/virtio/
Dwl.rs880 wayland_paths: Map<String, PathBuf>, field
1747 wayland_paths: Map<String, PathBuf>, field
1844 let wayland_paths = self.wayland_paths.clone(); in activate() localVariable