Searched defs:fcntlVoid (Results 1 – 4 of 4) sorted by relevance
68 …public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, c… in fcntlVoid() method in ForwardingOs
59 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method
62 public native int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method in Posix
126 …/** @hide */ public static int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { retur… in fcntlVoid() method in Os