Home
last modified time | relevance | path

Searched defs:fcntlLong (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java69 …public int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException { return os.fcntl… in fcntlLong() method in ForwardingOs
DOs.java60 public int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException; in fcntlLong() method
DPosix.java63 public native int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoException; in fcntlLong() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java127 …/** @hide */ public static int fcntlLong(FileDescriptor fd, int cmd, long arg) throws ErrnoExcepti… in fcntlLong() method in Os