Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dloaded_image.rs9 pub struct LoadedImageProtocol { struct
32 impl LoadedImageProtocol { argument
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dloaded_image.rs9 pub struct LoadedImageProtocol { struct
32 impl LoadedImageProtocol { argument
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dloaded_image.rs23 pub struct LoadedImageProtocol; struct
25 impl ProtocolInfo for LoadedImageProtocol { implementation
/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Defi_protocols.md58 ### LoadedImageProtocol subsection
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dprotocol.rs83 pub type LoadedImageProtocol = MockLoadedImageProtocol; typedef