Home
last modified time | relevance | path

Searched refs:__system_property_read (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dsystem_properties.h73 int __system_property_read(const prop_info *pi, char *name, char *value);
/bionic/libc/bionic/
Dsystem_properties.c124 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function
150 return __system_property_read(pi, 0, value); in __system_property_get()
/bionic/libc/netbsd/resolv/
Dres_init.c917 if (__system_property_read(dns_change_prop, NULL, propvalue) >= 1) { in _get_dns_change_count()