Home
last modified time | relevance | path

Searched defs:fastboot (Results 1 – 4 of 4) sorted by relevance

/bootable/libbootloader/gbl/efi/src/
Dlib.rs39 mod fastboot; module
Dfastboot.rs241 pub fn fastboot(efi_gbl_ops: &mut Ops, bootimg_buf: &mut [u8]) -> Result<GblFastbootResult> { in fastboot() function
/bootable/recovery/
Drecovery_main.cpp358 bool fastboot = false; in main() local
/bootable/libbootloader/gbl/libgbl/src/
Dlib.rs50 pub mod fastboot; module