Searched defs:DevicePathText (Results 1 – 3 of 3) sorted by relevance
63 pub struct DevicePathText<'a> { struct68 impl<'a> DevicePathText<'a> { argument92 impl Display for DevicePathText<'_> { implementation106 impl Drop for DevicePathText<'_> { implementation
46 pub fn loaded_image_path(entry: &EfiEntry) -> Result<DevicePathText> { in loaded_image_path()
68 pub type DevicePathText<'a> = MockDevicePathText<'a>; typedef