Home | History | Annotate | Download | only in installd

Lines Matching refs:st_gid

157     if (s.st_uid != 0 || s.st_gid != 0) {
158 ALOGE("fixing uid of non-root pkg: %s %lu %lu\n", pkgdir, s.st_uid, s.st_gid);
984 dstgid = s.st_gid;
1099 if (chown(pkgdir, s.st_uid, s.st_gid) < 0) {