Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp362 int readResFd = -1; in DoDumpRemotePid() local
365 readResFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_JSON_READ_RES); in DoDumpRemotePid()
368 readResFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_READ_RES); in DoDumpRemotePid()
370 DFXLOG_DEBUG("read res fd: %d", readResFd); in DoDumpRemotePid()
371 int ret = DoDumpRemotePoll(readBufFd, readResFd, timeout, msg, isJson); in DoDumpRemotePid()
378 if (readResFd >= 0) { in DoDumpRemotePid()
379 close(readResFd); in DoDumpRemotePid()
380 readResFd = -1; in DoDumpRemotePid()