Searched refs:__system_property_get (Results 1 - 7 of 7) sorted by relevance

/bionic/tests/
H A Dsystem_properties_test2.cpp54 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue));
66 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue));
71 ASSERT_EQ(8, __system_property_get(property_name.c_str(), propvalue));
85 ASSERT_EQ(6, __system_property_get(long_property_name.c_str(), propvalue));
141 ASSERT_EQ(0, __system_property_get(property_name.c_str(), propvalue));
/bionic/libc/include/sys/
H A Dsystem_properties.h93 int __system_property_get(const char* __name, char* __value);
/bionic/tools/versioner/current/sys/
H A Dsystem_properties.h93 int __system_property_get(const char* __name, char* __value);
/bionic/libc/bionic/
H A Dsystem_property_api.cpp88 int __system_property_get(const char* name, char* value) { function
H A Dmalloc_common.cpp349 (__system_property_get(HOOKS_PROPERTY_ENABLE, *options) == 0 || *options[0] == '\0' || *options[0] == '0')) {
360 if (__system_property_get(DEBUG_PROPERTY_OPTIONS, *options) == 0 || *options[0] == '\0') {
366 if (__system_property_get(DEBUG_PROPERTY_PROGRAM, program) != 0 &&
H A Dsystem_property_set.cpp234 if (__system_property_get(kServiceVersionPropertyName, value) == 0) {
/bionic/linker/
H A Dlinker_logger.cpp84 __system_property_get(property_name.c_str(), buffer);

Completed in 9092 milliseconds