Searched refs:group (Results 1 - 19 of 19) sorted by relevance

/bionic/libc/include/
H A Dgrp.h46 struct group { struct
47 char *gr_name; /* group name */
48 char *gr_passwd; /* group password */
49 gid_t gr_gid; /* group id */
50 char **gr_mem; /* group members */
54 struct group *getgrgid(gid_t);
55 struct group *getgrnam(const char *);
57 struct group *getgrent(void) __attribute__((deprecated("getgrent is meaningless on Android")));
60 int getgrgid_r(gid_t, struct group *, char *,
61 size_t, struct group **);
[all...]
/bionic/libc/bionic/
H A Dinitgroups.c35 initgroups (const char *user, gid_t group) argument
42 if (getgrouplist(user, group, groups, &numgroups) < 0) {
46 if (getgrouplist(user,group,groups,&numgroups) < 0) {
H A Dstubs.cpp55 group group_;
158 static group* android_iinfo_to_group(group_state_t* state,
162 group* gr = &state->group_;
187 static group* android_id_to_group(group_state_t* state, unsigned id) {
196 static group* android_name_to_group(group_state_t* state, const char* name) {
205 // Translate a user/group name to the corresponding user/group id.
206 // all_a1234 -> 0 * AID_USER + AID_SHARED_GID_START + 1234 (group name only)
316 // Translate an OEM name to the corresponding user/group id.
349 static group* oem_id_to_grou
450 getgrouplist(const char* , gid_t group, gid_t* groups, int* ngroups) argument
[all...]
/bionic/libc/tools/
H A 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))
H A Dcheck-symbols.py60 symbol = string.split(m.group(2), '@')[0]
61 if m.group(1) == 'FUNC' and functions_or_variables == 'functions':
63 elif m.group(1) == 'OBJECT' and functions_or_variables == 'variables':
H A Dgenlibgcc_compat.py108 symbol_set.add(m.group(0))
H A Dsymbols.py50 symbol = m.group(2)
H A Dgensyscalls.py566 syscalls.add(m.group(1))
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_NFLOG.h29 __u16 group; member in struct:xt_nflog_info
/bionic/libc/kernel/uapi/linux/netfilter_bridge/
H A Debt_nflog.h31 __u16 group; member in struct:ebt_nflog_info
/bionic/tests/
H A Dstubs_test.cpp174 static void check_group(const group* grp, const char* group_name, gid_t gid) {
187 group* grp = getgrgid(gid);
195 group* grp = getgrnam(group_name);
202 group grp_storage;
204 group* grp;
215 group grp_storage;
217 group* grp;
313 group grp_storage[2];
315 group* grp[3];
333 group grp_storag
[all...]
/bionic/libc/kernel/uapi/linux/
H A Digmp.h29 __be32 group; member in struct:igmphdr
62 __be32 group; member in struct:igmpv3_query
H A Dnetlink.h124 __u32 group; member in struct:nl_pktinfo
H A Dkvm.h984 __u32 group; member in struct:kvm_device_attr
/bionic/libc/kernel/tools/
H A Dclean_header.py103 if m and m.group(1) != 'generic':
105 arch = m.group(1)
114 m_uapi_arch = re.match(r"asm-([\w\d_\+\.\-]+)", m_uapi.group(2))
115 if m_uapi_arch and m_uapi_arch.group(1) != 'generic':
116 arch = m_uapi_arch.group(1)
H A Dkernel.py85 header = m.group(1)
313 name = m.group(1)
314 value = m.group(2)
H A Dcpp.py106 def __init__(self, tu=None, group=None, int_data=None, ptr_data=None,
111 self._group = group
/bionic/tools/bionicbb/
H A Dtasks.py33 info[match.group(1)] = match.group(2).strip()
H A Dpresubmit.py190 commands = [match.group(1).strip() for match in

Completed in 899 milliseconds