Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs15 use crate::fastboot::{GblFastboot, GPT_NAME_LEN_U8};
97 let part_name = &mut [0u8; GPT_NAME_LEN_U8][..]; in get_all()
Dmod.rs29 pub(crate) const GPT_NAME_LEN_U8: usize = GPT_NAME_LEN_U16 * 2; constant
36 part: [u8; GPT_NAME_LEN_U8],
131 let mut part_str = [0u8; GPT_NAME_LEN_U8]; in parse_partition()