Home | History | Annotate | Download | only in am

Lines Matching defs:gids

80     int[] gids;                 // The gids this process was launched with
253 pw.print(" gids={");
254 if (gids != null) {
255 for (int gi=0; gi<gids.length; gi++) {
257 pw.print(gids[gi]);