Searched defs:fds (Results 1 – 7 of 7) sorted by relevance
39 FileDescriptor[] fds = Libcore.os.pipe(); in PipeImpl() local
165 pollfd fds[1]; in RawSocket_recvPacket() local
873 int fds[2]; in Posix_pipe() local899 UniquePtr<struct pollfd[]> fds(new struct pollfd[arrayLength]); in Posix_poll() local
113 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { in poll()
90 …public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, tim… in poll()
83 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()
84 public native int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException; in poll()