Searched defs:setregid (Results 1 – 4 of 4) sorted by relevance
575 …public static void setregid(int rgid, int egid) throws ErrnoException { Libcore.os.setregid(rgid, … in setregid() method in Os
170 public void setregid(int rgid, int egid) throws ErrnoException; in setregid() method
201 public void setregid(int rgid, int egid) throws ErrnoException { os.setregid(rgid, egid); } in setregid() method in ForwardingOs
244 public native void setregid(int rgid, int egid) throws ErrnoException; in setregid() method in Linux