Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp361 int readBufFd = -1; in DoDumpRemotePid() local
364 readBufFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_JSON_READ_BUF); in DoDumpRemotePid()
367 readBufFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_READ_BUF); in DoDumpRemotePid()
371 int ret = DoDumpRemotePoll(readBufFd, readResFd, timeout, msg, isJson); in DoDumpRemotePid()
374 if (readBufFd >= 0) { in DoDumpRemotePid()
375 close(readBufFd); in DoDumpRemotePid()
376 readBufFd = -1; in DoDumpRemotePid()