Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs116 let trailer = &mut self.buffer[self.current_size..]; in update_trailer() localVariable
117 trailer[..4].clone_from_slice(&size.to_le_bytes()); in update_trailer()
118 trailer[4..8].clone_from_slice(&checksum.to_le_bytes()); in update_trailer()
119 trailer[8..][..BOOTCONFIG_MAGIC.len()].clone_from_slice(BOOTCONFIG_MAGIC.as_bytes()); in update_trailer()