Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs955 let udmabuf_path = Path::new("/dev/udmabuf"); in create_gpu_device() localVariable
956 if udmabuf_path.exists() { in create_gpu_device()
957 jail.mount_bind(udmabuf_path, udmabuf_path, true)?; in create_gpu_device()