Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs949 let pvr_sync_path = Path::new("/dev/pvr_sync"); in create_gpu_device() localVariable
950 if pvr_sync_path.exists() { in create_gpu_device()
951 jail.mount_bind(pvr_sync_path, pvr_sync_path, true)?; in create_gpu_device()