Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsystem_properties.cpp140 struct find_nth_cookie { struct
145 find_nth_cookie(uint32_t n) : count(0), n(n), pi(NULL) { in find_nth_cookie() argument