Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DOs.java186 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method
DForwardingOs.java246 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt() method in ForwardingOs
DLinux.java79 public native int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java179 …public static int fcntlInt(@NonNull FileDescriptor fd, int cmd, int arg) throws ErrnoException { r… in fcntlInt() method in Os