Lines Matching refs:GblFastboot
93 pub struct GblFastboot<'a> { struct
97 impl<'a> GblFastboot<'a> { impl
173 impl FastbootImplementation for GblFastboot<'_> { implementation
274 fn check_var(gbl_fb: &mut GblFastboot, var: &str, args: &str, expected: &str) { in check_var() argument
291 let mut gbl_fb = GblFastboot::new(&mut devs); in test_get_var_partition_info()
323 let mut gbl_fb = GblFastboot::new(&mut devs); in test_get_var_all()
360 fb: &mut GblFastboot, in fetch() argument
387 let mut fb = GblFastboot::new(&mut devs); in test_fetch_invalid_partition_arg()
409 fn check_blk_upload(fb: &mut GblFastboot, blk_id: u64, off: u64, size: u64, disk: &[u8]) { in check_blk_upload() argument
426 let mut gbl_fb = GblFastboot::new(&mut devs); in test_fetch_raw_block()
438 fb: &mut GblFastboot, in check_gpt_upload() argument
463 let mut gbl_fb = GblFastboot::new(&mut devs); in test_fetch_gpt_partition()
486 fn check_flash_part(fb: &mut GblFastboot, part: &str, expected: &[u8]) { in check_flash_part() argument
509 let mut gbl_fb = GblFastboot::new(&mut devs); in test_flash_partition()
533 let mut fb = GblFastboot::new(&mut devs); in test_flash_partition_sparse()