Searched refs:readBufFd (Results 1 – 1 of 1) sorted by relevance
361 int readBufFd = -1; in DoDumpRemotePid() local364 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()