Searched refs:__system_property_find (Results 1 - 4 of 4) sorted by relevance

/bionic/libc/include/sys/
H A Dsystem_properties.h58 const prop_info *__system_property_find(const char *name);
76 ** system. Please use __system_property_find() instead.
/bionic/libc/bionic/
H A Dsystem_properties.c101 const prop_info *__system_property_find(const char *name) function
145 const prop_info *pi = __system_property_find(name);
/bionic/libc/netbsd/resolv/
H A Dres_state.c61 rt->_pi = (struct prop_info*) __system_property_find("net.change");
121 rt->_pi = (struct prop_info*) __system_property_find("net.change");
H A Dres_init.c877 dns_change_prop = __system_property_find(DNS_CHANGE_PROP_NAME);

Completed in 1214 milliseconds