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