Home
last modified time | relevance | path

Searched defs:download (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DFileDownloader.java54 public void download() throws IOException { in download() method in FileDownloader
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1329 let download = data.to_vec(); in flash_part() localVariable
1390 let download = sparse.to_vec(); in test_flash_partition_sparse() localVariable
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs747 async fn download( in download() function