Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs326 return Err(ZbiError::Truncated); in is_bootable()
334 None => Err(ZbiError::Truncated), in is_bootable()
355 return Err(ZbiError::Truncated); in parse()
387 return Err(ZbiError::Truncated); in set_payload_length_usize()
668 self.state = Err(ZbiError::Truncated); in next()
1147 Truncated, enumerator
1171 ZbiError::Truncated => "Truncaded error", in fmt()
1622 assert_eq!(ZbiContainer::parse(&*buffer), Err(ZbiError::Truncated)); in zbi_test_container_parse_without_last_padding_fail_truncated()
1634 assert_eq!(ZbiContainer::parse(&buffer[..buffer.len() - 1]), Err(ZbiError::Truncated)); in zbi_test_container_parse_error_payload_truncated()
1646 assert_eq!(ZbiContainer::parse(&buffer[..buffer.len() - 1]), Err(ZbiError::Truncated)); in zbi_test_container_parse_error_truncated()
[all …]