Searched defs:DevicePathText (Results 1 – 2 of 2) sorted by relevance
66 pub struct DevicePathText<'a> { struct71 impl<'a> DevicePathText<'a> { argument95 impl Display for DevicePathText<'_> { implementation109 impl Drop for DevicePathText<'_> { implementation
162 pub fn loaded_image_path(entry: &EfiEntry) -> Result<DevicePathText> { in loaded_image_path()