Searched defs:utils (Results 1 – 4 of 4) sorted by relevance
/bootable/libbootloader/gbl/efi/src/ |
D | main.rs | 33 mod utils; module
|
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | mod.rs | 276 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in check_var() localVariable 309 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_partition_info() localVariable 326 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_all() localVariable 369 let mut utils = FastbootUtils::new(&mut download_buffer[..], &mut dl_size, None); in fetch() localVariable 490 let mut utils = FastbootUtils::new(&mut download[..], &mut dl_size, None); in check_flash_part() localVariable 496 let mut utils = FastbootUtils::new(&mut download[..], &mut dl_size, None); in check_flash_part() localVariable 537 let mut utils = FastbootUtils::new(&mut download[..], &mut dl_size, None); in test_flash_partition_sparse() localVariable
|
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 756 let mut utils = self.utils(Some(&mut info_sender)); in get_var_str() localVariable 853 let mut utils = self.utils(None); in upload() localVariable 883 let mut utils = self.utils(None); in fetch() localVariable 899 let mut utils = self.utils(Some(&mut info_sender)); in oem() localVariable 914 fn utils<'b>(&'b mut self, info: Option<&'b mut dyn FastbootInfoSend>) -> FastbootUtils<'b> { in utils() method
|
/bootable/libbootloader/gbl/libabr/src/ |
D | c_staticlib.rs | 29 pub mod utils; module
|