Searched defs:VbMetaImageParseError (Results 1 – 2 of 2) sorted by relevance
35 pub enum VbMetaImageParseError { enum147 pub fn descriptors(&self) -> Result<Descriptors<'_>, VbMetaImageParseError> { in descriptors() argument186 fn read_avb_footer<R: Read + Seek>(image: &mut R) -> Result<AvbFooter, VbMetaImageParseError> { in read_avb_footer() argument
50 pub(super) fn from_image(data: &[u8]) -> Result<Descriptors<'_>, VbMetaImageParseError> { in from_image() argument115 pub fn to_hashtree(&self) -> Result<HashtreeDescriptor, VbMetaImageParseError> { in to_hashtree() argument