Searched defs:fcntlLong (Results 1 – 4 of 4) sorted by relevance
69 …public int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException { return os.fcntl… in fcntlLong() method in ForwardingOs
60 public int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException; in fcntlLong() method
63 public native int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException; in fcntlLong() method in Posix
127 …/** @hide */ public static int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoExcepti… in fcntlLong() method in Os