Searched defs:fcntlInt (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
H A DOs.java140 /** @hide */ public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return Libcore.os.fcntlInt(fd, cmd, arg); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java83 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlInt(fd, cmd, arg); } method in class:ForwardingOs
H A DLinux.java74 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; method in class:Linux
H A DOs.java68 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; method in interface:Os

Completed in 12 milliseconds