Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs437 pub fn info_send(&mut self, msg: &str) -> Result<bool, CommandError> { in info_send() method
1363 assert!(utils.info_send("oem-info-1").unwrap()); in test_oem_cmd()
1364 assert!(utils.info_send("oem-info-2").unwrap()); in test_oem_cmd()
1438 assert!(!utils.info_send("").unwrap()); in test_upload()
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs245 let _ = utils.info_send("GBL OEM not implemented yet")?; in oem()