Lines Matching refs:Some
439 Some(ref mut send) => send.send(msg).map(|_| true), in info_send()
632 let Some(cmd) = args.next() else { in process_next_packet() localVariable
729 let Some(var) = args.next() else { in get_var() localVariable
756 let mut utils = self.utils(Some(&mut info_sender)); in get_var_str()
837 fb_impl.flash(part, &mut self.utils(Some(&mut FastbootInfoSender::new(transport)))) in flash()
899 let mut utils = self.utils(Some(&mut info_sender)); in oem()
1042 Some(v) => { in get_var()
1113 Some(v) => { in receive_packet()
1367 fastboot_impl.oem_cb = Some(&mut oem_cb); in test_oem_cmd()
1398 fastboot_impl.flash_cb = Some(&mut flash_cb); in test_flash()
1413 fastboot_impl.flash_cb = Some(&mut flash_cb); in test_flash_missing_partition()
1442 fastboot_impl.upload_cb = Some(&mut upload_cb); in test_upload()
1470 fastboot_impl.upload_cb = Some(&mut upload_cb); in test_upload_not_enough_data()
1487 fastboot_impl.upload_cb = Some(&mut upload_cb); in test_upload_more_data()
1511 fastboot_impl.fetch_cb = Some(&mut fetch_cb); in test_fetch()
1539 fastboot_impl.fetch_cb = Some(&mut fetch_cb); in test_fetch_invalid_args()