Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs909 let sys_dev_char_path = Path::new("/sys/dev/char"); in create_gpu_device() localVariable
910 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() localVariable
1100 jail.mount_bind(sys_dev_char_path, sys_dev_char_path, false)?; in create_video_device()