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