Home
last modified time | relevance | path

Searched refs:__system_property_find (Results 1 – 13 of 13) sorted by relevance

/bionic/tests/
Dsystem_properties_test2.cpp89 const prop_info* pi = __system_property_find(property_name.c_str()); in TEST()
100 pi = __system_property_find(long_property_name.c_str()); in TEST()
112 pi = __system_property_find(property_name.c_str()); in TEST()
120 const prop_info* pi_long = __system_property_find(long_property_name.c_str()); in TEST()
Dsystem_properties_test.cpp103 prop_info* pi = const_cast<prop_info*>(__system_property_find("property")); in PropertyWaitHelperFn()
159 const prop_info* pi = __system_property_find("property"); in TEST()
163 pi = __system_property_find("other_property"); in TEST()
167 pi = __system_property_find("property_other"); in TEST()
343 ASSERT_EQ(0, __system_property_find("property1")); in TEST()
359 const prop_info* pi = __system_property_find("property"); in TEST()
377 prop_info* pi = const_cast<prop_info*>(__system_property_find("property")); in TEST()
402 prop_info* pi = const_cast<prop_info*>(__system_property_find("property")); in TEST()
408 prop_info* pi = const_cast<prop_info*>(__system_property_find("property")); in TEST()
/bionic/libc/include/sys/
Dsystem_properties.h54 const prop_info* __system_property_find(const char* name);
/bionic/benchmarks/
Dproperty_benchmark.cpp157 __system_property_find(pa.names[random() % nprops]); in BM_property_find()
172 pinfo[i] = __system_property_find(pa.names[random() % nprops]); in BM_property_read()
193 pinfo[i] = __system_property_find(pa.names[random() % nprops]); in BM_property_serial()
/bionic/libc/private/
DCachedProperty.h67 prop_info_ = __system_property_find(property_name_); in Get()
/bionic/libc/bionic/
Dsystem_properties.cpp1151 const prop_info* __system_property_find(const char* name) { in __system_property_find() function
1226 const prop_info* pi = __system_property_find(name); in __system_property_get()
/bionic/libc/
Dlibc.mips64.map134 __system_property_find;
Dlibc.x86_64.map134 __system_property_find;
Dlibc.arm64.map134 __system_property_find;
Dlibc.mips.map186 __system_property_find;
Dlibc.x86.map186 __system_property_find;
Dlibc.arm.map189 __system_property_find;
Dlibc.map.txt190 __system_property_find;