Searched refs:fastboot_fail (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 377 macro_rules! fastboot_fail { macro 628 return transport.send_packet(fastboot_fail!(res, "Invalid Command")); in process_next_packet() 633 return transport.send_packet(fastboot_fail!(res, "No command")); in process_next_packet() 645 return transport.send_packet(fastboot_fail!(res, "Command not found")); in process_next_packet() 730 return transport.send_packet(fastboot_fail!(res, "Missing variable")); in get_var() 742 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in get_var() 794 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in get_var_all() 810 Err(e) => return transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in download() 814 return transport.send_packet(fastboot_fail!(res, "Download size is too big")); in download() 816 return transport.send_packet(fastboot_fail!(res, "Zero download size")); in download() [all …]
|