Home
last modified time | relevance | path

Searched refs:LocalFastbootSession (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libefi/src/
Dlocal_session.rs28 pub struct LocalFastbootSession<'a> { struct
34 impl<'a> LocalFastbootSession<'a> { argument
47 impl LocalSession for LocalFastbootSession<'_> { implementation
55 impl Drop for LocalFastbootSession<'_> { implementation
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs31 local_session::LocalFastbootSession,
211 …f: impl FnOnce(Option<LocalFastbootSession>, Option<UsbTransport>, Option<EfiFastbootTcpTransport>… in with_fastboot_channels() argument
213 let local_session = LocalFastbootSession::start(efi_entry, Duration::from_millis(1)) in with_fastboot_channels()