Searched refs:pvr_sync_path (Results 1 – 1 of 1) sorted by relevance
949 let pvr_sync_path = Path::new("/dev/pvr_sync"); in create_gpu_device() localVariable950 if pvr_sync_path.exists() { in create_gpu_device()951 jail.mount_bind(pvr_sync_path, pvr_sync_path, true)?; in create_gpu_device()