Home
last modified time | relevance | path

Searched refs:__system_property_get (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/include/bits/
Dget_device_api_level_inlines.h38 int __system_property_get(const char* __name, char* __value);
43 if (__system_property_get("ro.build.version.sdk", value) < 1) return -1; in android_get_device_api_level()
/bionic/tests/
Dsystem_properties_test2.cpp54 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
66 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
71 ASSERT_EQ(8, __system_property_get(property_name.c_str(), propvalue)); in TEST()
85 ASSERT_EQ(6, __system_property_get(long_property_name.c_str(), propvalue)); in TEST()
141 ASSERT_EQ(0, __system_property_get(property_name.c_str(), propvalue)); in TEST()
/bionic/libc/include/sys/
Dsystem_properties.h93 int __system_property_get(const char* __name, char* __value);
/bionic/linker/
Dlinker_logger.cpp84 __system_property_get(property_name.c_str(), buffer); in GetAppSpecificProperty()
/bionic/libc/bionic/
Dsystem_property_api.cpp86 int __system_property_get(const char* name, char* value) { in __system_property_get() function
Dmalloc_heapprofd.cpp210 if (__system_property_get(kHeapprofdPropertyEnable, property_value) == 0) { in HeapprofdShouldLoad()
222 if (__system_property_get(program_property, property_value) == 0) { in HeapprofdShouldLoad()
Dmalloc_common_dynamic.cpp225 …(__system_property_get(kHooksPropertyEnable, *options) == 0 || *options[0] == '\0' || *options[0] … in CheckLoadMallocHooks()
236 if (__system_property_get(kDebugPropertyOptions, *options) == 0 || *options[0] == '\0') { in CheckLoadMallocDebug()
242 if (__system_property_get(kDebugPropertyProgram, program) != 0 && in CheckLoadMallocDebug()
Dsystem_property_set.cpp235 if (__system_property_get(kServiceVersionPropertyName, value) == 0) { in detect_protocol_version()
/bionic/tools/versioner/platforms/
Dlibc.map.txt194 __system_property_get;
/bionic/libc/
Dlibc.map.txt194 __system_property_get;