Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher/
H A Ddfx_dump_catcher.cpp337 int readBufFd = -1; in DoDumpRemotePid() local
340 readBufFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_JSON_READ_BUF); in DoDumpRemotePid()
343 readBufFd = RequestPipeFd(pid, FaultLoggerPipeType::PIPE_FD_READ_BUF); in DoDumpRemotePid()
347 int ret = DoDumpRemotePoll(readBufFd, readResFd, timeout, msg, isJson); in DoDumpRemotePid()
350 if (readBufFd >= 0) { in DoDumpRemotePid()
351 close(readBufFd); in DoDumpRemotePid()
352 readBufFd = -1; in DoDumpRemotePid()

Completed in 2 milliseconds