Home
last modified time | relevance | path

Searched refs:fcntlInt (Results 1 – 9 of 9) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
DFileDescriptor.java220 return new FileDescriptor(Os.fcntlInt(new FileDescriptor(fd), F_DUPFD_CLOEXEC, 0)); in dupFd()
/libcore/luni/src/main/java/libcore/io/
DIoUtils.java212 Libcore.os.fcntlInt(fd, F_SETFL, flags); in setBlocking()
DForwardingOs.java105 …public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return os.fcntlIn… in fcntlInt() method in ForwardingOs
DOs.java80 public int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException; in fcntlInt() method
DLinux.java80 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.java160 …public static int fcntlInt(FileDescriptor fd, int cmd, int arg) throws ErrnoException { return Lib… in fcntlInt() method in Os
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java80 Os.fcntlInt(fis.getFD(), F_SETFD, FD_CLOEXEC); in testFcntlInt()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2607 NATIVE_METHOD(Linux, fcntlInt, "(Ljava/io/FileDescriptor;II)I"),
/libcore/mmodules/core_platform_api/api/platform/
Dcurrent-api.txt93 …method public static int fcntlInt(java.io.FileDescriptor, int, int) throws android.system.ErrnoExc…