Searched refs:getgrouplist (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/include/ |
D | grp.h | 60 int getgrouplist(const char* _Nonnull __user, gid_t __group, gid_t* __BIONIC_COMPLICATED_NULLNESS _…
|
/bionic/tests/ |
D | grp_pwd_test.cpp | 853 TEST(grp, getgrouplist) { in TEST() argument 857 ASSERT_EQ(-1, getgrouplist("root", 123, nullptr, &ngroups)); in TEST() 863 ASSERT_EQ(1, getgrouplist("root", 123, groups, &ngroups)); in TEST()
|
/bionic/libc/bionic/ |
D | grp_pwd.cpp | 614 int getgrouplist(const char* /*user*/, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 437 getgrouplist;
|
/bionic/libc/ |
D | libc.map.txt | 437 getgrouplist;
|