Searched refs:PlatformBadLength (Results 1 – 1 of 1) sorted by relevance
141 usize::try_from(hdr.length).map_err(|_| ZbiError::PlatformBadLength)?; in parse()233 u32::try_from(payload_len).map_err(|_| ZbiError::PlatformBadLength)?; in new()288 .map_err(|_| ZbiError::PlatformBadLength)?, in construct()389 self.header.length = u32::try_from(len).map_err(|_| ZbiError::PlatformBadLength)?; in set_payload_length_usize()1153 PlatformBadLength, enumerator1174 ZbiError::PlatformBadLength => "Bad ZBI length for this platform", in fmt()