Home
last modified time | relevance | path

Searched defs:FastbootTest (Results 1 – 1 of 1) sorted by relevance

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs1011 struct FastbootTest<'a> { struct
1013 vars: BTreeMap<(&'static str, &'static [&'static str]), &'static str>,
1014 flash_cb: Option<&'a mut dyn FnMut(&str, &mut FastbootUtils) -> Result<(), CommandError>>,
1015 upload_cb: Option<
1018 fetch_cb: Option<
1027 oem_cb: Option<
1032 impl FastbootImplementation for FastbootTest<'_> { implementation