Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs48 core::ffi::CStr::from_ptr(fdt_strerror(v)).to_str().unwrap() in map_result()
330 .to_str() in test_get_property()
339 .to_str() in test_get_property()
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs181 pub fn to_str(&self) -> &str { in to_str() method
188 write!(f, "{}", self.to_str()) in fmt()
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()
839 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in flash()
856 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in upload()
886 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in fetch()
909 Err(e) => transport.send_packet(fastboot_fail!(res, "{}", e.to_str())), in oem()
/bootable/libbootloader/gbl/libmisc/src/
Dlib.rs87 .to_str() in boot_mode()
/bootable/libbootloader/gbl/efi/src/
Davb.rs43 Ok(s.to_str().map_err(|_| err)?) in cstr_to_str()
Dutils.rs212 .to_str() in cstr_bytes_to_str()
Dandroid_boot.rs73 for cmdline_arg in res.cmdline().to_str().unwrap().split(' ') { in avb_verify_slot()
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs47 CStr::from_bytes_until_nul(&self.part[..]).unwrap().to_str().unwrap() in part()