Searched refs:GPT_NAME_LEN_U8 (Results 1 – 2 of 2) sorted by relevance
15 use crate::fastboot::{GblFastboot, GPT_NAME_LEN_U8};97 let part_name = &mut [0u8; GPT_NAME_LEN_U8][..]; in get_all()
29 pub(crate) const GPT_NAME_LEN_U8: usize = GPT_NAME_LEN_U16 * 2; constant36 part: [u8; GPT_NAME_LEN_U8],131 let mut part_str = [0u8; GPT_NAME_LEN_U8]; in parse_partition()