Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dwl.rs95 wayland_paths: Option<BTreeMap<String, PathBuf>>, field
356 let wayland_paths: BTreeMap<_, _> = wayland_sock.into_iter().collect(); in run_wl_device() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dwl.rs1133 wayland_paths: BTreeMap<String, PathBuf>, field
1964 wayland_paths: BTreeMap<String, PathBuf>, field
2056 let wayland_paths = self.wayland_paths.clone(); in activate() localVariable