OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fcntlLong
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/libcore/io/
IoUtils.java
92
Libcore.os.
fcntlLong
(fd, F_SETFL, flags);
ForwardingOs.java
47
public int
fcntlLong
(FileDescriptor fd, int cmd, long arg) throws ErrnoException { return os.
fcntlLong
(fd, cmd, arg); }
Os.java
38
public int
fcntlLong
(FileDescriptor fd, int cmd, long arg) throws ErrnoException;
Posix.java
41
public native int
fcntlLong
(FileDescriptor fd, int cmd, long arg) throws ErrnoException;
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
[
all
...]
Completed in 35 milliseconds