Home
last modified time | relevance | path

Searched refs:__system_property_read (Results 1 – 2 of 2) 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.c163 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function
189 return __system_property_read(pi, 0, value); in __system_property_get()