Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java123 …/** @hide */ public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException… in fcntlInt() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java71 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt() method in ForwardingOs
DOs.java62 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method
DPosix.java65 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method in Posix