Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
Ddfx_dump_catcher.cpp227 int readResFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_READ_RES); in DoDumpRemotePid() local
228 DFXLOG_DEBUG("read res fd: %d", readResFd); in DoDumpRemotePid()
235 int ret = DoDumpRemotePoll(readBufFd, readResFd, timeout, msg); in DoDumpRemotePid()
243 if (readResFd >= 0) { in DoDumpRemotePid()
244 close(readResFd); in DoDumpRemotePid()
245 readResFd = -1; in DoDumpRemotePid()