Searched refs:__system_property_find_nth (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/sys/
H A Dsystem_properties.h84 const prop_info *__system_property_find_nth(unsigned n);
/bionic/tests/
H A Dsystem_properties_test.cpp189 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(0));
190 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(1));
191 ASSERT_NE((const prop_info *)NULL, __system_property_find_nth(2));
193 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(3));
194 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(4));
195 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(5));
196 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(100));
197 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(200));
198 ASSERT_EQ((const prop_info *)NULL, __system_property_find_nth(247));
/bionic/libc/bionic/
H A Dsystem_properties.c655 const prop_info *__system_property_find_nth(unsigned n) function

Completed in 144 milliseconds