Searched defs:fcntlVoid (Results 1 – 4 of 4) sorted by relevance
191 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method
251 …public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, c… in fcntlVoid() method in ForwardingOs
80 public native int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method in Linux
182 …public static int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return Libcore.os.… in fcntlVoid() method in Os