Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs621 let wayland_socket_name = socket_path.file_name().ok_or(Error::InvalidWaylandPath)?; in create_wayland_device() localVariable
623 let jailed_wayland_path = jailed_wayland_dir.join(wayland_socket_name); in create_wayland_device()