Searched refs:__system_property_find (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/include/sys/
H A Dsystem_properties.h62 const prop_info *__system_property_find(const char *name);
91 ** system. Please use __system_property_find() instead.
/bionic/benchmarks/
H A Dproperty_benchmark.cpp164 __system_property_find(pa.names[random() % nprops]);
179 pinfo[i] = __system_property_find(pa.names[random() % nprops]);
200 pinfo[i] = __system_property_find(pa.names[random() % nprops]);
/bionic/libc/bionic/
H A Dbionic_systrace.cpp53 g_pinfo = __system_property_find(SYSTRACE_PROPERTY_NAME);
H A Dsystem_properties.cpp1078 const prop_info *__system_property_find(const char *name) function
1136 const prop_info *pi = __system_property_find(name);
H A Dlibc_logging.cpp497 cache->pinfo = __system_property_find(key);
/bionic/tests/
H A Dsystem_properties_test.cpp104 pi = (prop_info *)__system_property_find("property");
151 pi = (prop_info *)__system_property_find("property");
155 pi = (prop_info *)__system_property_find("other_property");
159 pi = (prop_info *)__system_property_find("property_other");
329 ASSERT_EQ(0, __system_property_find("property1"));
348 ASSERT_NE((const prop_info *)NULL, pi = __system_property_find("property"));
368 pi = (prop_info *)__system_property_find("property");
/bionic/libc/dns/resolv/
H A Dres_state.c71 rt->_pi = (struct prop_info*) __system_property_find("net.change");
128 rt->_pi = (struct prop_info*) __system_property_find("net.change");
/bionic/libc/tzcode/
H A Dlocaltime.c1332 pi = __system_property_find("persist.sys.timezone");

Completed in 398 milliseconds