Searched defs:ioctlInt (Results 1 – 4 of 4) sorted by relevance
368 public int ioctlInt(FileDescriptor fd, int cmd) throws ErrnoException; in ioctlInt() method
427 …public int ioctlInt(FileDescriptor fd, int cmd) throws ErrnoException { return os.ioctlInt(fd, cmd… in ioctlInt() method in ForwardingOs
115 public native int ioctlInt(FileDescriptor fd, int cmd) throws ErrnoException; in ioctlInt() method in Linux
402 public static int ioctlInt(@NonNull FileDescriptor fd, int cmd) throws ErrnoException { in ioctlInt() method in Os