Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/src/crosvm/sys/linux/
H A Ddevice_helpers.rs580 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in create_vtpm_proxy_device() localVariable
581 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in create_vtpm_proxy_device()
1087 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in create_video_device() localVariable
1088 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in create_video_device()
/aosp_15_r20/external/crosvm/src/crosvm/sys/
H A Dlinux.rs1973 let system_bus_socket_path = Path::new("/run/dbus/system_bus_socket"); in run_vm() localVariable
1974 jail.mount_bind(system_bus_socket_path, system_bus_socket_path, true)?; in run_vm()