Home
last modified time | relevance | path

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

/external/crosvm/src/
Dcrosvm.rs224 pub wayland_socket_paths: BTreeMap<String, PathBuf>, field
303 wayland_socket_paths: BTreeMap::new(), in default()
Dlinux.rs892 cfg.wayland_socket_paths.clone(), in create_gpu_device()
1019 .wayland_socket_paths in create_wayland_device()
1028 cfg.wayland_socket_paths.clone(), in create_wayland_device()
1474 if !cfg.wayland_socket_paths.is_empty() { in create_virtio_devices()
1557 cfg.wayland_socket_paths.get(""), in create_virtio_devices()
Dmain.rs1207 if cfg.wayland_socket_paths.contains_key(name) { in set_argument()
1213 cfg.wayland_socket_paths.insert(name.to_string(), path); in set_argument()