Searched refs:__system_property_read (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/sys/ |
D | system_properties.h | 73 int __system_property_read(const prop_info *pi, char *name, char *value);
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 201 __system_property_read(pinfo[i], 0, propvalue); in BM_property_read()
|
/bionic/libc/bionic/ |
D | system_properties.cpp | 601 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() function 626 return __system_property_read(pi, 0, value); in __system_property_get()
|
/bionic/tests/ |
D | system_properties_test.cpp | 85 __system_property_read(pi, name, value); in hierarchical_test_callback()
|