Searched refs:__system_property_read (Results 1 – 3 of 3) sorted by relevance
73 int __system_property_read(const prop_info *pi, char *name, char *value);
124 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function150 return __system_property_read(pi, 0, value); in __system_property_get()
917 if (__system_property_read(dns_change_prop, NULL, propvalue) >= 1) { in _get_dns_change_count()