Searched refs:sys_dev_char_path (Results 1 – 1 of 1) sorted by relevance
909 let sys_dev_char_path = Path::new("/sys/dev/char"); in create_gpu_device() localVariable910 jail.mount_bind(sys_dev_char_path, sys_dev_char_path, false)?; in create_gpu_device()1099 let sys_dev_char_path = Path::new("/sys/dev/char"); in create_video_device() localVariable1100 jail.mount_bind(sys_dev_char_path, sys_dev_char_path, false)?; in create_video_device()