Home
last modified time | relevance | path

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

/system/librustutils/
Dsystem_properties.rs28 use system_properties_bindgen::prop_info as PropInfo;
39 prop_info: *const PropInfo,
50 fn get_prop_info(&mut self) -> Option<*const PropInfo> { in get_prop_info() argument
65 fn read_raw(prop_info: *const PropInfo, mut f: impl FnMut(Option<&CStr>, Option<&CStr>)) { in read_raw() argument
303 prop_info: *const PropInfo, in foreach() argument