OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ioctlInt
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/io/
ForwardingOs.java
84
public int
ioctlInt
(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException { return os.
ioctlInt
(fd, cmd, arg); }
Os.java
76
public int
ioctlInt
(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException;
Posix.java
78
public native int
ioctlInt
(FileDescriptor fd, int cmd, MutableInt arg) throws ErrnoException;
IoBridge.java
52
Libcore.os.
ioctlInt
(fd, FIONREAD, available);
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
Completed in 43 milliseconds