Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DOs.java91 public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method
DForwardingOs.java99 …public int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.… in ioctlInt() method in ForwardingOs
DPosix.java93 public native int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException; in ioctlInt() method in Posix
/libcore/luni/src/main/java/android/system/
DOs.java220 …/** @hide */ public static int ioctlInt(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoEx… in ioctlInt() method in Os