Home
last modified time | relevance | path

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

/packages/modules/Virtualization/libs/vbmeta/src/
Dlib.rs35 pub enum VbMetaImageParseError { enum
147 pub fn descriptors(&self) -> Result<Descriptors<'_>, VbMetaImageParseError> { in descriptors() argument
186 fn read_avb_footer<R: Read + Seek>(image: &mut R) -> Result<AvbFooter, VbMetaImageParseError> { in read_avb_footer() argument
Ddescriptor.rs50 pub(super) fn from_image(data: &[u8]) -> Result<Descriptors<'_>, VbMetaImageParseError> { in from_image() argument
115 pub fn to_hashtree(&self) -> Result<HashtreeDescriptor, VbMetaImageParseError> { in to_hashtree() argument