Searched refs:wayland_socket_path (Results 1 – 3 of 3) sorted by relevance
/external/crosvm/devices/src/virtio/gpu/ |
D | mod.rs | 609 wayland_socket_path: PathBuf, field 617 wayland_socket_path: P, in new() 625 wayland_socket_path: wayland_socket_path.as_ref().to_path_buf(), in new() 748 let socket_path = self.wayland_socket_path.clone(); in activate()
|
/external/crosvm/src/ |
D | main.rs | 112 wayland_socket_path: Option<PathBuf>, field 156 wayland_socket_path: None, in default() 511 if cfg.wayland_socket_path.is_some() { in set_argument() 516 let wayland_socket_path = PathBuf::from(value.unwrap()); in set_argument() localVariable 517 if !wayland_socket_path.exists() { in set_argument() 523 cfg.wayland_socket_path = Some(wayland_socket_path); in set_argument()
|
D | linux.rs | 556 wayland_socket_path: &Path, in create_gpu_device() 567 wayland_socket_path in create_gpu_device() 599 jail.mount_bind(wayland_socket_path, jailed_wayland_path, true)?; in create_gpu_device() 844 if let Some(wayland_socket_path) = &cfg.wayland_socket_path { in create_virtio_devices() 854 wayland_socket_path, in create_virtio_devices() 860 if let Some(wayland_socket_path) = cfg.wayland_socket_path.as_ref() { in create_virtio_devices() 863 wayland_socket_path, in create_virtio_devices()
|