Searched defs:fds (Results 1 – 10 of 10) sorted by relevance
85 int[] fds, in forkAndExec()
46 ipoll(struct pollfd fds[], unsigned int nfds, int timeout) in ipoll()
687 int fds[3]; member845 jint *fds = NULL; in UNIXProcess_forkAndExec() local
249 File[] fds = new File("/proc/self/fd").listFiles(); in getOpenFdsForPrefix() local
190 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { in poll()
114 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
121 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
115 public native int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
1348 int fds[2]; in Posix_pipe2() local1374 std::unique_ptr<struct pollfd[]> fds(new struct pollfd[arrayLength]); in Posix_poll() local1838 int fds[2]; in Posix_socketpair() local
333 …public static int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return Libcore.o… in poll()