Searched defs:getpwuid (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dstubs.cpp65 // Our implementation of getpwnam(3) and getpwuid(3) use thread-local
68 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above.
347 passwd* getpwuid(uid_t uid) { // NOLINT: implementing bad function. function
384 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.

Completed in 2207 milliseconds