Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dslots.rs110 pub type SuffixBytes = [u8; SUFFIX_CSTR_MAX_BYTES]; typedef
112 impl From<Suffix> for SuffixBytes { implementation