Searched refs:grp (Results 1 - 8 of 8) sorted by path

/system/core/libcutils/
H A Dsched_policy.c176 char *grp; local
193 if (!(grp = strsep(&next, ":"))) {
196 grp++; /* Drop the leading '/' */
197 len = strlen(grp);
198 grp[len-1] = '\0'; /* Drop the trailing '\n' */
203 strncpy(buf, grp, len);
/system/core/toolbox/
H A Dchown.c8 #include <grp.h>
35 struct group *grp = NULL; local
52 grp = getgrnam(group);
53 if (grp != NULL) {
54 gid = grp->gr_gid;
H A Did.c6 #include <grp.h>
H A Dls.c17 #include <grp.h>
H A Dtop.c34 #include <grp.h>
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp37 #include <grp.h>
/system/extras/tests/bionic/libc/bionic/
H A Dtest_getgrouplist.c29 #include <grp.h>
/system/extras/tests/fstest/
H A Dperm_checker.c35 #include <grp.h>

Completed in 1543 milliseconds