OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcntlVoid
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/io/
IoUtils.java
86
int flags = Libcore.os.
fcntlVoid
(fd, F_GETFL);
ForwardingOs.java
46
public int
fcntlVoid
(FileDescriptor fd, int cmd) throws ErrnoException { return os.
fcntlVoid
(fd, cmd); }
Os.java
37
public int
fcntlVoid
(FileDescriptor fd, int cmd) throws ErrnoException;
Posix.java
40
public native int
fcntlVoid
(FileDescriptor fd, int cmd) throws ErrnoException;
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
Completed in 36 milliseconds