Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs143 return Err(ZbiError::TooBig); in parse()
226 return Err(ZbiError::TooBig); in new()
353 let length: usize = header.length.try_into().map_err(|_| ZbiError::TooBig)?; in parse()
459 return Err(ZbiError::TooBig); in get_next_payload()
621 return Err(ZbiError::TooBig); in extend()
1149 TooBig, enumerator
1172 ZbiError::TooBig => "Too big", in fmt()
1190 return Err(ZbiError::TooBig); in get_align_buffer_offset()
1353 Err(ZbiError::TooBig) in zbi_test_item_new_too_small()
1423 assert_eq!(ZbiContainer::new(&mut buffer.0[..ZBI_HEADER_SIZE - 1]), Err(ZbiError::TooBig)); in zbi_test_container_new_too_small()
[all …]