Searched defs:download (Results 1 – 3 of 3) sorted by relevance
54 public void download() throws IOException { in download() method in FileDownloader
489 let mut download = expected.to_vec(); in check_flash_part() localVariable495 let mut download = expected.iter().map(|v| !(*v)).collect::<Vec<_>>(); in check_flash_part() localVariable536 let mut download = sparse.to_vec(); in test_flash_partition_sparse() localVariable
799 fn download( in download() method