Searched refs:__system_property_read (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/sys/
H A Dsystem_properties.h91 int __system_property_read(const prop_info* __pi, char* __name, char* __value);
/bionic/tools/versioner/current/sys/
H A Dsystem_properties.h91 int __system_property_read(const prop_info* __pi, char* __name, char* __value);
/bionic/tests/
H A Dsystem_properties_test2.cpp116 ASSERT_EQ(8, __system_property_read(pi, &legacy_name[0], propvalue));
123 ASSERT_EQ(6, __system_property_read(pi_long, &legacy_name[0], propvalue));
H A Dsystem_properties_test.cpp71 __system_property_read(pi, name, value);
/bionic/libc/bionic/
H A Dsystem_property_api.cpp75 int __system_property_read(const prop_info* pi, char* name, char* value) { function

Completed in 57 milliseconds