Searched refs:getpwuid_r (Results 1 – 9 of 9) sorted by relevance
/aosp12/bionic/tests/ |
H A D | grp_pwd_test.cpp | 111 result = getpwuid_r(uid, &pwd_storage, buf, sizeof(buf), &pwd); in check_getpwuid_r() 152 EXPECT_EQ(ENOENT, getpwuid_r(uid, &passwd_storage, buf, sizeof(buf), &passwd)); in expect_no_passwd_id() 319 int result = getpwuid_r(0, &pwd_storage, buf + 1, sizeof(buf) - 1, &pwd); in TEST() 353 int result = getpwuid_r(0, &pwd_storage[0], buf[0], sizeof(buf[0]), &pwd[0]); in TEST() 359 result = getpwuid_r(1001, &pwd_storage[1], buf[1], sizeof(buf[1]), &pwd[2]); in TEST()
|
/aosp12/bionic/libc/include/ |
H A D | pwd.h | 93 int getpwuid_r(uid_t __uid, struct passwd* __pwd, char* __buf, size_t __n, struct passwd** __result…
|
/aosp12/bionic/tests/headers/posix/ |
H A D | pwd_h.c | 50 FUNCTION(getpwuid_r, int (*f)(uid_t, struct passwd*, char*, size_t, struct passwd**)); in pwd_h()
|
/aosp12/packages/modules/adb/ |
H A D | adb_utils.cpp | 300 int rc = getpwuid_r(getuid(), &pwent, buf.data(), buf.size(), &result); in adb_get_homedir_path()
|
/aosp12/frameworks/av/media/utils/ |
H A D | ServiceUtilities.cpp | 490 if (getpwuid_r(uid, &pw, buf, sizeof(buf), &result) == 0 in getInfo()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 367 getpwuid_r
|
/aosp12/bionic/libc/bionic/ |
H A D | grp_pwd.cpp | 607 int getpwuid_r(uid_t uid, passwd* pwd, char* buf, size_t byte_count, passwd** result) { in getpwuid_r() function
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 472 getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 472 getpwuid_r; # introduced-arm=12 introduced-arm64=21 introduced-x86=12 introduced-x86_64=21
|