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