Searched refs:grp (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dueventd_parser.cpp19 #include <grp.h>
61 struct group* grp = getgrnam(gid_string.c_str()); local
62 if (!grp) {
65 gid_t gid = grp->gr_gid;
/system/core/libcutils/
H A Dsched_policy.cpp202 char *grp; local
219 if (!(grp = strsep(&next, ":"))) {
222 grp++; /* Drop the leading '/' */
223 len = strlen(grp);
224 grp[len-1] = '\0'; /* Drop the trailing '\n' */
229 strncpy(buf, grp, len);
/system/core/adb/
H A Ddiagnose_usb.cpp27 #include <grp.h>
/system/extras/runconuid/
H A Drunconuid.cpp32 #include <grp.h>
/system/extras/tests/binder/benchmarks/
H A DbinderAddInts.cpp24 #include <grp.h>

Completed in 519 milliseconds