Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/docs/
H A Defi_protocols.md206 ### GblImageLoadingProtocol subsection
/aosp_15_r20/bootable/libbootloader/gbl/libefi/mocks/
H A Dprotocol.rs153 pub type GblImageLoadingProtocol = MockGblImageLoadingProtocol; typedef
/aosp_15_r20/bootable/libbootloader/gbl/libefi/src/protocol/
H A Dgbl_efi_image_loading.rs29 pub struct GblImageLoadingProtocol; struct
31 impl ProtocolInfo for GblImageLoadingProtocol { implementation