Lines Matching defs:str
408 part: &'s str, in parse_partition()
409 ) -> CommandResult<(Option<&'s str>, usize, u64, u64)> { in parse_partition()
451 part: Option<&str>, in wait_partition_io()
464 part: &str, in parse_and_get_partition_io()
639 async fn flash(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in flash()
664 async fn erase(&mut self, part: &str, mut responder: impl InfoSender) -> CommandResult<()> { in erase()
690 part: &str, in fetch()
728 async fn set_active(&mut self, slot: &str, _: impl InfoSender) -> CommandResult<()> { in set_active()
741 cmd: &str, in oem()
920 pub fn fuchsia_fastboot_mdns_packet(node_name: &str, ipv6_addr: &[u8]) -> Result<[u8; 140], Error> { in fuchsia_fastboot_mdns_packet()
1014 fn check_var(gbl_fb: &mut impl FastbootImplementation, var: &str, args: &str, expected: &str) { in check_var()
1112 name: &str, in send_var_info()
1114 val: &str, in send_var_info()
1265 part: &str, in check_part_upload()
1326 fn flash_part(fb: &mut impl FastbootImplementation, part: &str, data: &[u8]) { in flash_part()
1337 fn check_flash_part(fb: &mut impl FastbootImplementation, part: &str, expected: &[u8]) { in check_flash_part()
1402 oem_cmd: &str, in oem()