Searched refs:fdRead (Results 1 – 1 of 1) sorted by relevance
1006 int fdRead = open(CONTROL_FIFO_FILE_S2C.c_str(), O_RDONLY | O_NONBLOCK); in SendFifoAndWaitReply() local1007 if (fdRead == -1) { in SendFifoAndWaitReply()1014 close(fdRead); in SendFifoAndWaitReply()1022 close(fdRead); in SendFifoAndWaitReply()1027 bool ret = WaitFifoReply(fdRead, timeOut); in SendFifoAndWaitReply()1028 close(fdRead); in SendFifoAndWaitReply()