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