Home
last modified time | relevance | path

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

/bionic/tests/
Dstubs_test.cpp64 passwd* pwd = getpwnam(username); in check_getpwnam()
113 TEST(getpwnam, system_id_root) { in TEST() argument
117 TEST(getpwnam, system_id_system) { in TEST() argument
121 TEST(getpwnam, app_id_radio) { in TEST() argument
125 TEST(getpwnam, oem_id_0) { in TEST() argument
129 TEST(getpwnam, oem_id_999) { in TEST() argument
133 TEST(getpwnam, app_id_nobody) { in TEST() argument
137 TEST(getpwnam, app_id_u0_a0) { in TEST() argument
141 TEST(getpwnam, app_id_u0_a1234) { in TEST() argument
146 TEST(getpwnam, app_id_u0_a49999) { in TEST() argument
[all …]
/bionic/libc/include/
Dpwd.h119 struct passwd* getpwnam(const char*);
/bionic/libc/bionic/
Dstubs.cpp94 const passwd* src = by_name ? getpwnam(name) : getpwuid(uid); // NOLINT: see above. in do_getpw_r()
431 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function. in getpwnam() function
/bionic/libc/
Dlibc.mips64.map403 getpwnam;
Dlibc.x86_64.map403 getpwnam;
Dlibc.arm64.map403 getpwnam;
Dlibc.x86.brillo.map470 getpwnam;
Dlibc.mips.brillo.map472 getpwnam;
Dlibc.arm.brillo.map474 getpwnam;
Dlibc.mips.map472 getpwnam;
Dlibc.x86.map470 getpwnam;
Dlibc.arm.map474 getpwnam;
Dlibc.map.txt476 getpwnam;
/bionic/libc/tools/
Dposix-2013.txt364 getpwnam