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

/system/core/toolbox/
H A Dchown.c23 // if a group id specified.
25 char *group = NULL; local
27 if ((group = strchr(user, '.')) != NULL) {
28 *group++ = '\0';
33 struct group *grp = NULL;
35 gid_t gid = -1; // passing -1 to chown preserves current group
49 if (group != NULL) {
50 grp = getgrnam(group);
55 gid = (int) strtoul(group, &endptr, 0);
56 if (endptr == group) { // n
[all...]
H A Did.c21 struct group *gr = getgrgid(gid);
H A Dls.c86 struct group *gr = getgrgid(gid);
167 char group[16]; local
185 sprintf(group, "%ld", s.st_gid);
188 group2str(s.st_gid, group);
201 mode, user, group,
207 mode, user, group, s.st_size, date, name);
226 mode, user, group, date, name, linkto);
231 mode, user, group, date, name);
H A Dtop.c416 struct group *group; local
469 group = getgrgid(proc->gid);
476 if (group && group->gr_name) {
477 group_str = group->gr_name;
/system/media/wilhelm/src/itf/
H A DI3DGrouping.c22 static SLresult I3DGrouping_Set3DGroup(SL3DGroupingItf self, SLObjectItf group) argument
27 C3DGroup *newGroup = (C3DGroup *) group;
30 // check that new group has the correct object ID and is realized, and acquire a strong
32 // specifies group as this audio player
34 // the new group is left unlocked, but it will be locked again below
47 // remove this object from the old group's set of objects
50 // note that we already have a strong reference to the old group
56 // add this object to the new group's set of objects
59 // we already have a strong reference to the new group, but we need to re-lock it
84 C3DGroup *group local
109 C3DGroup *group = thiz->mGroup; local
[all...]
/system/core/libnl_2/
H A Dsocket.c26 /* Join group */
27 int nl_socket_add_membership(struct nl_sock *sk, int group) argument
30 NETLINK_ADD_MEMBERSHIP, &group, sizeof(group));
/system/extras/tests/sdcard/
H A Dplot_sdcard.py55 self.name = res.group(1)
56 self.duration = float(res.group(2))
57 self.iteration = int(res.group(3))
99 self.kernel = re.search('Linux version ([0-9.]+-[^ ]+)', line).group(1)
101 self.command_line = re.search('# Command: [/\w_]+ (.*)', line).group(1)
106 self.iterations = int(re.search('# Iterations: ([0-9]+)', line).group(1))
108 self.fadvise = re.search('# Fadvise: ([\w]+)', line).group(1)
110 self.sched = re.search('# Sched features: ([\w]+)', line).group(1)
/system/core/init/
H A Dkeywords.h52 KEYWORD(group, OPTION, 0, 0)
/system/extras/ext4_utils/
H A Dext4fixup.c75 unsigned int group, offset; local
77 group = (old_inum - 1) / info.inodes_per_group;
80 return (group * new_inodes_per_group) + offset + 1;
226 critical_error_errno("failed to seek to block group descriptors");
230 critical_error_errno("failed to read block group descriptors");
232 critical_error("failed to read all of block group descriptors");
238 printf(" Blocks per group: %d\n", info.blocks_per_group);
239 printf(" Inodes per group: %d\n", info.inodes_per_group);
244 printf(" Reserved block group size: %d\n", info.bg_desc_reserve_blocks);
359 printf("Warning: updated inode bitmap for block group
[all...]
H A Dext4.h179 __u32 group; member in struct:ext4_new_group_data
/system/extras/tests/fstest/
H A Dperm_checker.c86 struct group *gr;
203 struct group *gr;
/system/media/wilhelm/include/OMXAL/
H A DOpenMAXAL.h2432 XAint16 group,
2439 XAint16 group,
2532 XAint16 group,
2537 XAint16 group
/system/media/wilhelm/include/SLES/
H A DOpenSLES.h1673 SLObjectItf group

Completed in 2451 milliseconds