Home
last modified time | relevance | path

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

/system/security/keystore2/system_property/
Dlib.rs76 fn get_prop_info(&mut self) -> Option<*const PropInfo> { in get_prop_info()
91 fn read_raw(prop_info: *const PropInfo, mut f: impl FnOnce(Option<&CStr>, Option<&CStr>)) { in read_raw()