Home
last modified time | relevance | path

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

/system/security/keystore2/system_property/
Dlib.rs19 use keystore2_system_property_bindgen::prop_info as PropInfo;
65 prop_info: *const PropInfo,
76 fn get_prop_info(&mut self) -> Option<*const PropInfo> { in get_prop_info() argument
91 fn read_raw(prop_info: *const PropInfo, mut f: impl FnOnce(Option<&CStr>, Option<&CStr>)) { in read_raw() argument