Home
last modified time | relevance | path

Searched defs:DevicePathText (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/protocol/
Ddevice_path.rs66 pub struct DevicePathText<'a> { struct
71 impl<'a> DevicePathText<'a> { argument
95 impl Display for DevicePathText<'_> { implementation
109 impl Drop for DevicePathText<'_> { implementation
/bootable/libbootloader/gbl/efi/src/
Dutils.rs162 pub fn loaded_image_path(entry: &EfiEntry) -> Result<DevicePathText> { in loaded_image_path()