Searched refs:__system_property_read (Results 1 – 6 of 6) sorted by relevance
/bionic/tests/ |
D | system_properties_test2.cpp | 118 ASSERT_EQ(8, __system_property_read(pi, &legacy_name[0], propvalue)); in TEST() 125 ASSERT_EQ(6, __system_property_read(pi_long, &legacy_name[0], propvalue)); in TEST()
|
D | system_properties_test.cpp | 71 __system_property_read(pi, name, value); in hierarchical_test_callback()
|
/bionic/libc/include/sys/ |
D | system_properties.h | 91 int __system_property_read(const prop_info* __pi, char* __name, char* __value);
|
/bionic/libc/bionic/ |
D | system_property_api.cpp | 73 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 195 __system_property_read;
|
/bionic/libc/ |
D | libc.map.txt | 195 __system_property_read;
|