Home
last modified time | relevance | path

Searched defs:DevicePathProtocol (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Ddevice_path.rs16 pub struct DevicePathProtocol { struct
23 impl DevicePathProtocol { argument
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Ddevice_path.rs16 pub struct DevicePathProtocol { struct
23 impl DevicePathProtocol { argument
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Ddevice_path.rs24 pub struct DevicePathProtocol; struct
26 impl ProtocolInfo for DevicePathProtocol { implementation
47 device_path: &Protocol<DevicePathProtocol>, in convert_device_path_to_text()
/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Defi_protocols.md30 ### DevicePathProtocol subsection
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dprotocol.rs40 pub type DevicePathProtocol = MockDevicePathProtocol; typedef