Home
last modified time | relevance | path

Searched refs:readBufFd (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp224 int readBufFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_READ_BUF); in DoDumpRemotePid() local
225 DFXLOG_DEBUG("read buf fd: %d", readBufFd); in DoDumpRemotePid()
235 int ret = DoDumpRemotePoll(readBufFd, readResFd, timeout, msg); in DoDumpRemotePid()
239 if (readBufFd >= 0) { in DoDumpRemotePid()
240 close(readBufFd); in DoDumpRemotePid()
241 readBufFd = -1; in DoDumpRemotePid()