Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs911 let sys_devices_path = Path::new("/sys/devices"); in create_gpu_device() localVariable
912 jail.mount_bind(sys_devices_path, sys_devices_path, false)?; in create_gpu_device()
1101 let sys_devices_path = Path::new("/sys/devices"); in create_video_device() localVariable
1102 jail.mount_bind(sys_devices_path, sys_devices_path, false)?; in create_video_device()