Searched refs:__system_property_read (Results 1 – 14 of 14) sorted by relevance
/bionic/libc/include/sys/ |
D | system_properties.h | 94 int __system_property_read(const prop_info* pi, char* name, char* value);
|
/bionic/tests/ |
D | system_properties_test2.cpp | 116 ASSERT_EQ(8, __system_property_read(pi, &legacy_name[0], propvalue)); in TEST() 123 ASSERT_EQ(6, __system_property_read(pi_long, &legacy_name[0], propvalue)); in TEST()
|
D | system_properties_test.cpp | 82 __system_property_read(pi, name, value); in hierarchical_test_callback() 258 EXPECT_EQ(6, __system_property_read(__system_property_find_nth(0), name, value)); in TEST() 261 EXPECT_EQ(6, __system_property_read(__system_property_find_nth(1), name, value)); in TEST() 264 EXPECT_EQ(6, __system_property_read(__system_property_find_nth(2), name, value)); in TEST()
|
/bionic/benchmarks/ |
D | property_benchmark.cpp | 177 __system_property_read(pinfo[i], 0, propvalue); in BM_property_read()
|
/bionic/libc/bionic/ |
D | libc_logging.cpp | 501 __system_property_read(cache->pinfo, 0, buf); in refresh_cache()
|
D | system_properties.cpp | 1168 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read() function 1225 return __system_property_read(pi, nullptr, value); in __system_property_get()
|
/bionic/libc/ |
D | libc.mips64.map | 138 __system_property_read;
|
D | libc.x86_64.map | 138 __system_property_read;
|
D | libc.arm64.map | 138 __system_property_read;
|
D | libc.x86.map | 190 __system_property_read;
|
D | libc.mips.map | 190 __system_property_read;
|
D | libc.arm.map | 193 __system_property_read;
|
D | libc.map.txt | 194 __system_property_read;
|
/bionic/libc/tzcode/ |
D | localtime.c | 1345 if (__system_property_read(pi, NULL, buf) > 0) { in tzset_unlocked()
|