Searched refs:bufFd (Results 1 – 2 of 2) sorted by relevance
251 int DfxDumpCatcher::DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg) in DoDumpRemotePoll() argument259 readfds[0].fd = bufFd; in DoDumpRemotePoll()266 if (bufFd < 0 || resFd < 0) { in DoDumpRemotePoll()301 if (readfds[i].fd == bufFd) { in DoDumpRemotePoll()302 bufRet = DoReadBuf(bufFd, bufMsg); in DoDumpRemotePoll()
81 int DoDumpRemotePoll(int bufFd, int resFd, int timeout, std::string& msg);