Searched refs:c_str_to_string (Results 1 – 2 of 2) sorted by relevance
9 use crate::fdt::c_str_to_string;247 c_str_to_string(propval) in from_propval()
117 pub(crate) fn c_str_to_string(input: Blob) -> Option<String> { in c_str_to_string() function313 .and_then(c_str_to_string) in at_offset()370 let name = c_str_to_string(input) in parse_node()