Home
last modified time | relevance | path

Searched refs:__system_property_find_nth (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dsystem_properties_test.cpp252 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(0)); in TEST()
253 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(1)); in TEST()
254 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(2)); in TEST()
256 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(3)); in TEST()
257 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(4)); in TEST()
258 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(5)); in TEST()
259 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(100)); in TEST()
260 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(200)); in TEST()
261 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(247)); in TEST()
/bionic/libc/include/sys/
Dsystem_properties.h84 const prop_info *__system_property_find_nth(unsigned n);
/bionic/libc/bionic/
Dsystem_properties.cpp772 const prop_info *__system_property_find_nth(unsigned n) in __system_property_find_nth() function
/bionic/libc/
Dlibc.map257 __system_property_find_nth;