Home
last modified time | relevance | path

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

/external/crosvm/devices/src/
Dvfio.rs769 let mut uuid_path = PathBuf::new(); in get_group_id() localVariable
770 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()