Searched refs:fdRead (Results 1 – 1 of 1) sorted by relevance
1104 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply() local1105 if (fdRead == -1) { in SendFifoAndWaitReply()1112 close(fdRead); in SendFifoAndWaitReply()1120 close(fdRead); in SendFifoAndWaitReply()1125 bool ret = WaitFifoReply(fdRead, timeOut); in SendFifoAndWaitReply()1126 close(fdRead); in SendFifoAndWaitReply()