Searched refs:uuid_path (Results 1 – 1 of 1) sorted by relevance
769 let mut uuid_path = PathBuf::new(); in get_group_id() localVariable770 uuid_path.push(sysfspath); in get_group_id()771 uuid_path.push("iommu_group"); in get_group_id()772 let group_path = uuid_path in get_group_id()774 .map_err(|e| VfioError::ReadLink(e, uuid_path))?; in get_group_id()