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

/bionic/libc/include/
H A Dpwd.h114 struct passwd* getpwuid(uid_t);
/bionic/tests/
H A Dstubs_test.cpp39 passwd* pwd = getpwuid(uid);
/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.
345 passwd* getpwuid(uid_t uid) { // NOLINT: implementing bad function. function
382 passwd *pw = getpwuid(getuid()); // NOLINT: implementing bad function in terms of bad function.

Completed in 71 milliseconds