Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/android/system/
DOs.java124 …/** @hide */ public static int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { retur… in fcntlVoid() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java72 …public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException { return os.fcntlVoid(fd, c… in fcntlVoid() method in ForwardingOs
DOs.java63 public int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method
DPosix.java66 public native int fcntlVoid(FileDescriptor fd, int cmd) throws ErrnoException; in fcntlVoid() method in Posix