Home
last modified time | relevance | path

Searched defs:ioctlInt (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java75 …public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.… in ioctlInt() method in ForwardingOs
DOs.java67 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method
DPosix.java69 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method in Posix