Searched refs:fastboot_msg (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libfastboot/src/ |
D | lib.rs | 359 macro_rules! fastboot_msg { macro 373 ( $arr:expr, $( $x:expr ),* ) => { fastboot_msg!($arr, "OKAY", $($x,)*) }; 378 ( $arr:expr, $( $x:expr ),* ) => { fastboot_msg!($arr, "FAIL", $($x,)*) }; 383 ( $arr:expr, $( $x:expr ),* ) => { fastboot_msg!($arr, "INFO", $($x,)*) };
|