Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp152 struct find_nth_cookie { struct
157 find_nth_cookie(uint32_t n) : count(0), n(n), pi(NULL) { in find_nth_cookie() function
538 find_nth_cookie *cookie = reinterpret_cast<find_nth_cookie*>(ptr); in find_nth_fn()
774 find_nth_cookie cookie(n); in __system_property_find_nth()