Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dsparse.rs136 pub(crate) trait SparseRawWriter { interface
154 writer: &mut impl SparseRawWriter, in write_sparse_image()
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs395 impl<B, S> SparseRawWriter for (u64, &mut Disk<B, S>) impl