Home
last modified time | relevance | path

Searched defs:system_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs90 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable
148 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs90 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable
148 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs96 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable
154 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs96 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable
154 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/uefi/
H A Dhelpers.rs96 let system_handle = uefi::env::image_handle(); in open_protocol() localVariable
154 let system_handle = uefi::env::try_image_handle().ok_or(io::const_io_error!( in image_handle_protocol() localVariable
/aosp_15_r20/external/libusb/libusb/os/
H A Dwindows_common.h239 HANDLE system_handle; member