Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test2.cpp56 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
68 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
73 ASSERT_EQ(8, __system_property_get(property_name.c_str(), propvalue)); in TEST()
87 ASSERT_EQ(6, __system_property_get(long_property_name.c_str(), propvalue)); in TEST()
144 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
148 ASSERT_EQ(6, __system_property_get(property_name.c_str(), propvalue)); in TEST()
166 ASSERT_EQ(0, __system_property_get(property_name.c_str(), propvalue)); in TEST()
/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/libc/include/sys/
Dsystem_properties.h93 int __system_property_get(const char* __name, char* __value);
/bionic/libc/bionic/
Dmalloc_common_dynamic.cpp214 …(__system_property_get(kHooksPropertyEnable, *options) == 0 || *options[0] == '\0' || *options[0] … in CheckLoadMallocHooks()
225 if (__system_property_get(kDebugPropertyOptions, *options) == 0 || *options[0] == '\0') { in CheckLoadMallocDebug()
231 if (__system_property_get(kDebugPropertyProgram, program) != 0 && in CheckLoadMallocDebug()
Dmalloc_heapprofd.cpp304 if (__system_property_get(kHeapprofdPropertyEnable, property_value) == 0) { in HeapprofdShouldLoad()
316 if (__system_property_get(program_property, property_value) == 0) { in HeapprofdShouldLoad()
Dsystem_property_api.cpp86 int __system_property_get(const char* name, char* value) { in __system_property_get() function
Dsystem_property_set.cpp229 if (__system_property_get(kServiceVersionPropertyName, value) == 0) { in detect_protocol_version()
Dgrp_pwd.cpp396 if (__system_property_get("ro.product.first_api_level", value) == 0) { in device_launched_before_api_29()
/bionic/linker/
Dlinker_logger.cpp83 __system_property_get(property_name.c_str(), buffer); in GetAppSpecificProperty()
/bionic/tools/versioner/platforms/
Dlibc.map.txt194 __system_property_get;
/bionic/libc/
Dlibc.map.txt194 __system_property_get;