Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfastboot/src/
Dlib.rs1018 fetch_cb: Option< field
1081 (self.fetch_cb.as_mut().unwrap())(part, offset, size, upload_builder, utils) in fetch()
1499 let mut fetch_cb = |part: &str, in test_fetch() localVariable
1511 fastboot_impl.fetch_cb = Some(&mut fetch_cb); in test_fetch()
1537 let mut fetch_cb = in test_fetch_invalid_args() localVariable
1539 fastboot_impl.fetch_cb = Some(&mut fetch_cb); in test_fetch_invalid_args()