Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Ddevice_path.rs63 pub struct DevicePathText<'a> { struct
68 impl<'a> DevicePathText<'a> { argument
92 impl Display for DevicePathText<'_> { implementation
106 impl Drop for DevicePathText<'_> { implementation
/aosp_15_r20/bootable/libbootloader/gbl/efi/src/
H A Dutils.rs46 pub fn loaded_image_path(entry: &EfiEntry) -> Result<DevicePathText> { in loaded_image_path()
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dprotocol.rs68 pub type DevicePathText<'a> = MockDevicePathText<'a>; typedef