Searched refs:sys_devices_path (Results 1 – 1 of 1) sorted by relevance
911 let sys_devices_path = Path::new("/sys/devices"); in create_gpu_device() localVariable912 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() localVariable1102 jail.mount_bind(sys_devices_path, sys_devices_path, false)?; in create_video_device()