Home
last modified time | relevance | path

Searched refs:print_str_indent (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/usb_info_tools/typec_connector_class_helper/src/
H A Dtypec_class_utils.rs62 fn print_str_indent(&mut self, str_to_print: &str) -> Result<()> { in print_str_indent() method
90 self.print_str_indent(dir_name)?; in print_dir_files()
157 out_writer.print_str_indent("identity").inspect_err(|err| warn!("{:#}", err)).ok(); in print_identity()
330 let _ = out_writer.print_str_indent(&vdo_str).inspect_err(|err| warn!("{:#}", err)); in print_vdo()
334 .print_str_indent(&vdo_field.decode_vdo(vdo)) in print_vdo()
581 out_writer.print_str_indent("physical_location")?; in print_physical_location()
594 out_writer.print_str_indent("usb_device").inspect_err(|err| warn!("{:#}", err)).ok(); in print_usb_device_info()
645 out_writer.print_str_indent("dp_connector")?; in print_drm_subsystem()