Searched defs:FastbootImplementation (Results 1 – 2 of 2) sorted by relevance
| /bootable/libbootloader/gbl/libfastboot/src/ |
| D | lib.rs | 222 pub trait FastbootImplementation { trait 697 fb_impl: &mut impl FastbootImplementation, in get_var() 722 fb_impl: &mut impl FastbootImplementation, in get_var_all_with_native() 735 fb_impl: &mut impl FastbootImplementation, in get_var_all() 750 fb_impl: &mut impl FastbootImplementation, in download() 795 fb_impl: &mut impl FastbootImplementation, in flash() 813 fb_impl: &mut impl FastbootImplementation, in erase() 830 fb_impl: &mut impl FastbootImplementation, in upload() 848 fb_impl: &mut impl FastbootImplementation, in fetch() 878 fb_impl: &mut impl FastbootImplementation, in reboot() [all …]
|
| /bootable/libbootloader/gbl/libgbl/src/fastboot/ |
| D | mod.rs | 598 impl<'a: 'c, 'b: 'c, 'c, 'e, G, B, S, T, P, C, F> FastbootImplementation impl 1014 fn check_var(gbl_fb: &mut impl FastbootImplementation, var: &str, args: &str, expected: &str) { in check_var() 1026 fn set_download(gbl_fb: &mut impl FastbootImplementation, data: &[u8]) { in set_download() 1178 fb: &mut impl FastbootImplementation, in fetch() 1225 fb: &mut impl FastbootImplementation, in check_blk_upload() 1264 fb: &mut impl FastbootImplementation, in check_part_upload() 1326 fn flash_part(fb: &mut impl FastbootImplementation, part: &str, data: &[u8]) { in flash_part() 1337 fn check_flash_part(fb: &mut impl FastbootImplementation, part: &str, expected: &[u8]) { in check_flash_part() 1401 fb: &mut impl FastbootImplementation, in oem()
|