Searched defs:fds (Results  1 – 11 of 11) sorted by relevance
| /libcore/ojluni/annotations/hiddenapi/java/lang/ | 
| D | UNIXProcess.java | 40             int[] fds,  in UNIXProcess()55             int[] fds,  in forkAndExec()
 63     void initStreams(int[] fds) throws java.io.IOException {  in initStreams()
 
 | 
| /libcore/ojluni/src/main/java/java/lang/ | 
| D | UNIXProcess.java | 85                                    int[] fds,  in forkAndExec()
 | 
| /libcore/ojluni/src/main/native/ | 
| D | PollArrayWrapper.c | 42 ipoll(struct pollfd fds[], unsigned int nfds, int timeout)  in ipoll()
 | 
| D | UNIXProcess_md.c | 776     int fds[3];  member934     jint *fds = NULL;  in UNIXProcess_forkAndExec()  local
 
 | 
| /libcore/luni/src/test/java/libcore/java/io/ | 
| D | FileInputStreamTest.java | 297         File[] fds = new File("/proc/self/fd").listFiles();  in getOpenFdsForPrefix()  local
 | 
| /libcore/luni/src/main/java/libcore/io/ | 
| D | BlockGuardOs.java | 277     @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException {  in poll()
 | 
| D | ForwardingOs.java | 573 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim…  in poll()
 | 
| D | Os.java | 477     public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException;  in poll()
 | 
| D | Linux.java | 136     public native int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException;  in poll()
 | 
| /libcore/luni/src/main/native/ | 
| D | libcore_io_Linux.cpp | 1989     int fds[2];  in Linux_pipe2()  local2017     std::unique_ptr<struct pollfd[]> fds(new struct pollfd[arrayLength]);  in Linux_poll()  local
 2581     int fds[2];  in Linux_socketpair()  local
 
 | 
| /libcore/luni/src/main/java/android/system/ | 
| D | Os.java | 531 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o…  in poll()
 |