HomeSort by relevance Sort by last modified time
    Searched refs:FindNth (Results 1 - 4 of 4) sorted by null

  /bionic/libc/system_properties/include/system_properties/
system_properties.h 73 const prop_info* FindNth(unsigned n);
  /bionic/libc/bionic/
system_property_api.cpp 121 return system_properties.FindNth(n);
  /bionic/tests/
system_properties_test.cpp 237 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(0), name, value));
240 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(1), name, value));
243 EXPECT_EQ(6, system_properties.Read(system_properties.FindNth(2), name, value));
248 ASSERT_TRUE(system_properties.FindNth(i) == nullptr);
  /bionic/libc/system_properties/
system_properties.cpp 345 const prop_info* SystemProperties::FindNth(unsigned n) {

Completed in 60 milliseconds