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