Searched defs:find_nth_cookie (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.cpp190 struct find_nth_cookie { struct
195 find_nth_cookie(uint32_t n) : count(0), n(n), pi(NULL) { function in struct:find_nth_cookie
590 find_nth_cookie *cookie = reinterpret_cast<find_nth_cookie*>(ptr);
1268 find_nth_cookie cookie(n);

Completed in 20 milliseconds