Home
last modified time | relevance | path

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

/system/libbase/
Dproperties.cpp53 struct prop_info { struct
58 prop_info(const char* key, const char* value) : key(key), value(value), serial(0) {} in prop_info() argument
/system/librustutils/
Dsystem_properties.rs39 prop_info: Option<&'static PropInfo>, field
109 let prop_info = self.get_prop_info().ok_or(PropertyWatcherError::SystemPropertyAbsent)?; in read() localVariable