Home
last modified time | relevance | path

Searched refs:__system_property_read (Results 1 – 14 of 14) sorted by relevance

/bionic/libc/include/sys/
Dsystem_properties.h94 int __system_property_read(const prop_info* pi, char* name, char* value);
/bionic/tests/
Dsystem_properties_test2.cpp116 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()
Dsystem_properties_test.cpp82 __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/
Dproperty_benchmark.cpp177 __system_property_read(pinfo[i], 0, propvalue); in BM_property_read()
/bionic/libc/bionic/
Dlibc_logging.cpp501 __system_property_read(cache->pinfo, 0, buf); in refresh_cache()
Dsystem_properties.cpp1168 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/
Dlibc.mips64.map138 __system_property_read;
Dlibc.x86_64.map138 __system_property_read;
Dlibc.arm64.map138 __system_property_read;
Dlibc.x86.map190 __system_property_read;
Dlibc.mips.map190 __system_property_read;
Dlibc.arm.map193 __system_property_read;
Dlibc.map.txt194 __system_property_read;
/bionic/libc/tzcode/
Dlocaltime.c1345 if (__system_property_read(pi, NULL, buf) > 0) { in tzset_unlocked()