Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/cros_fdt/src/
H A Dpropval.rs9 use crate::fdt::c_str_to_string;
247 c_str_to_string(propval) in from_propval()
H A Dfdt.rs117 pub(crate) fn c_str_to_string(input: Blob) -> Option<String> { in c_str_to_string() function
313 .and_then(c_str_to_string) in at_offset()
370 let name = c_str_to_string(input) in parse_node()