Lines Matching defs:Result
141 ) -> Result<(), Error> { in read_from_partition()
151 ) -> Result<(), Error> { in read_from_partition_sync()
161 ) -> Result<(), Error> { in write_to_partition()
171 ) -> Result<(), Error> { in write_to_partition_sync()
197 ) -> Result<(), Error>; in zircon_add_device_zbi_items()
228 persist: &'b mut dyn FnMut(&mut [u8]) -> Result<(), Error>, in load_slot_interface()
352 ) -> Result<(), Error>; in select_device_trees()
360 fn fixup_device_tree(&mut self, device_tree: &mut [u8]) -> Result<(), Error>; in fixup_device_tree()
389 ) -> Result<(), Error>; in fastboot_visit_all_variables()
418 fn set_active_slot(&mut self, _slot: u8) -> Result<(), Error>; in set_active_slot()
421 fn set_reboot_reason(&mut self, _reason: RebootReason) -> Result<(), Error>; in set_reboot_reason()
488 ) -> Result<(), Error> { in zircon_add_device_zbi_items()
498 _fnmut: &'c mut dyn FnMut(&mut [u8]) -> Result<(), Error>, in load_slot_interface()
570 fn fixup_device_tree(&mut self, device_tree: &mut [u8]) -> Result<(), Error> { in fixup_device_tree()
577 ) -> Result<(), Error> { in select_device_trees()
586 ) -> Result<(), Error> { in read_from_partition_sync()
645 fn set_active_slot(&mut self, _: u8) -> Result<(), Error> { in set_active_slot()
650 fn set_reboot_reason(&mut self, _: RebootReason) -> Result<(), Error> { in set_reboot_reason()
674 ) -> Result<(), Error> { in fastboot_visit_all_variables()
820 fn write_str(&mut self, s: &str) -> Result<(), std::fmt::Error> { in write_str()
896 ) -> Result<(), Error> { in zircon_add_device_zbi_items()
914 _: &'b mut dyn FnMut(&mut [u8]) -> Result<(), Error>, in load_slot_interface()
1038 fn fixup_device_tree(&mut self, fdt: &mut [u8]) -> Result<(), Error> { in fixup_device_tree()
1046 ) -> Result<(), Error> { in select_device_trees()
1072 ) -> Result<(), Error> { in fastboot_visit_all_variables()
1097 fn set_active_slot(&mut self, slot: u8) -> Result<(), Error> { in set_active_slot()
1102 fn set_reboot_reason(&mut self, _: RebootReason) -> Result<(), Error> { in set_reboot_reason()