Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs19 next_arg, next_arg_u64, CommandError, FastbootImplementation, FastbootUtils, UploadBuilder,
179 _utils: &mut FastbootUtils, in get_var() argument
190 _utils: &mut FastbootUtils, in get_var_all() argument
195 fn flash(&mut self, part: &str, utils: &mut FastbootUtils) -> Result<(), CommandError> { in flash()
210 _utils: &mut FastbootUtils, in upload() argument
221 utils: &mut FastbootUtils, in fetch() argument
242 utils: &mut FastbootUtils, in oem() argument
276 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in check_var()
309 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_partition_info()
326 let mut utils = FastbootUtils::new(&mut [], &mut dl_size, None); in test_get_var_all()
[all …]
/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs222 utils: &mut FastbootUtils, in get_var() argument
231 utils: &mut FastbootUtils, in get_var_as_str() argument
275 utils: &mut FastbootUtils, in get_var_all() argument
284 fn flash(&mut self, part: &str, utils: &mut FastbootUtils) -> Result<(), CommandError>; in flash()
315 utils: &mut FastbootUtils, in upload() argument
333 utils: &mut FastbootUtils, in fetch() argument
351 utils: &mut FastbootUtils, in oem() argument
397 pub struct FastbootUtils<'a> { struct
408 impl<'a> FastbootUtils<'a> { argument
914 fn utils<'b>(&'b mut self, info: Option<&'b mut dyn FastbootInfoSend>) -> FastbootUtils<'b> { in utils()
[all …]