Home
last modified time | relevance | path

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

/bionic/tests/
Dsystem_properties_test.cpp237 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(0), name, value)); in TEST()
240 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(1), name, value)); in TEST()
243 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(2), name, value)); in TEST()
248 ASSERT_TRUE(system_properties.FindNth(i) == nullptr); in TEST()
/bionic/libc/system_properties/include/system_properties/
Dsystem_properties.h72 const prop_info* FindNth(unsigned n);
/bionic/libc/bionic/
Dsystem_property_api.cpp125 return system_properties.FindNth(n); in __system_property_find_nth()
/bionic/libc/system_properties/
Dsystem_properties.cpp350 const prop_info* SystemProperties::FindNth(unsigned n) { in FindNth() function in SystemProperties