Searched defs:prop_info (Results 1 – 2 of 2) sorted by relevance
42 struct prop_info { struct43 std::string key;44 mutable std::string value;45 mutable uint32_t serial;47 prop_info(const char* key, const char* value) : key(key), value(value), serial(0) {} in prop_info() argument
1746 const prop_info* prop_info = __system_property_find(sysprop_name); in ReloadBuildJavaConstant() local