Searched defs:setgid (Results 1 – 4 of 4) sorted by relevance
561 public static void setgid(int gid) throws ErrnoException { Libcore.os.setgid(gid); } in setgid() method in Os
168 public void setgid(int gid) throws ErrnoException; in setgid() method
199 public void setgid(int gid) throws ErrnoException { os.setgid(gid); } in setgid() method in ForwardingOs
242 public native void setgid(int gid) throws ErrnoException; in setgid() method in Linux