Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp1442 const uint32_t sought; in __system_property_find_nth() member
1446 explicit find_nth(uint32_t n) : sought(n), current(0), result(nullptr) {} in __system_property_find_nth()
1449 if (self->current++ == self->sought) self->result = pi; in __system_property_find_nth()