Searched refs:dl_size (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | mod.rs | 275 let mut dl_size = 0; in check_var() localVariable 276 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in check_var() 308 let mut dl_size = 0; in test_get_var_partition_info() localVariable 309 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_partition_info() 325 let mut dl_size = 0; in test_get_var_all() localVariable 326 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_all() 365 let mut dl_size = 0; in fetch() localVariable 369 let mut utils = FastbootUtils::new(&mut download_buffer[..], &mut dl_size, None); in fetch() 488 let mut dl_size = expected.len(); in check_flash_part() localVariable 490 let mut utils = FastbootUtils::new(&mut download[..], &mut dl_size, None); in check_flash_part() [all …]
|