Home
last modified time | relevance | path

Searched refs:group (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/include/
Dgrp.h50 struct group { struct
58 struct group *getgrgid(gid_t);
59 struct group *getgrnam(const char *);
61 struct group *getgrent(void);
64 int getgrgid_r(gid_t, struct group *, char *,
65 size_t, struct group **);
66 int getgrnam_r(const char *, struct group *, char *,
67 size_t, struct group **);
75 int getgrouplist (const char *user, gid_t group,
78 int initgroups (const char *user, gid_t group);
/bionic/libc/unistd/
Dinitgroups.c35 initgroups (const char *user, gid_t group) in initgroups() argument
42 if (getgrouplist(user, group, groups, &numgroups) < 0) { in initgroups()
46 if (getgrouplist(user,group,groups,&numgroups) < 0) { in initgroups()
/bionic/libc/tools/
Dchecksyscalls.py81 dict[m.group(1)] = int(m.group(2))
86 dict[m.group(1)] = int(m.group(2))
91 dict[m.group(1)] = int(m.group(2)) + 259
96 offset_str = m.group(2)
103 dict["ARM_"+m.group(1)] = int(offset_str, base) + 0x0f0000
111 dict[m.group(1)] = int(m.group(2))
Dgenserv.py55 service = Service( m.group(1), int(m.group(2)), m.group(3) )
56 rest = string.strip(m.group(4))
62 service.add_alias(m.group(1))
63 rest = string.strip(m.group(2))
/bionic/libc/bionic/
Dstubs.cpp47 group group_;
166 static group* android_iinfo_to_group(group* gr, in android_iinfo_to_group()
193 static group* android_id_to_group(group* gr, unsigned id) { in android_id_to_group()
202 static group* android_name_to_group(group* gr, const char* name) { in android_name_to_group()
330 static group* app_id_to_group(gid_t gid, stubs_state_t* state) { in app_id_to_group()
339 group* gr = &state->group_; in app_id_to_group()
374 int getgrouplist(const char* user, gid_t group, gid_t* groups, int* ngroups) { in getgrouplist() argument
379 groups[0] = group; in getgrouplist()
388 group* getgrgid(gid_t gid) { // NOLINT: implementing bad function. in getgrgid()
394 group* gr = android_id_to_group(&state->group_, gid); in getgrgid()
[all …]
/bionic/libc/kernel/tools/
Dclean_header.py49 if m and m.group(1) != 'generic':
51 arch = m.group(1)
Dkernel.py85 header = m.group(1)
314 name = m.group(1)
315 value = m.group(2)
Dcpp.py1089 r = m.group(1)
/bionic/libc/arch-x86/string/
Dswab.S25 testl $7,%ecx # copy first group of 1 to 7 words
/bionic/libc/include/sys/
Dstat.h136 extern int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags);
/bionic/libc/kernel/common/linux/
Dnetlink.h112 __u32 group; member
Dext3_fs.h117 __u32 group; member
129 __u32 group; member
/bionic/libc/tools/zoneinfo/
Dgenerate46 version = re.search('tzdata(.+)\.tar\.gz', filename).group(1)
/bionic/libc/docs/
DOVERVIEW.TXT231 - Android-specific user/group management:
235 uses the Linux user/group management features extensively to secure
247 getgrouplist() will always return a single group for any user name,
252 numerical value than the group.
/bionic/libc/
DSYSCALLS.TXT153 int fchownat(int dirfd, const char *path, uid_t owner, gid_t group, int flags) 325,298,291
DNOTICE2103 This software was developed by the Computer Systems Engineering group
2145 This software was developed by the Computer Systems Engineering group