Searched defs:fcntlInt (Results 1 – 4 of 4) sorted by relevance
123 …/** @hide */ public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException… in fcntlInt() method in Os
71 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt() method in ForwardingOs
62 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method
65 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method in Posix