Searched defs:fifo_fd (Results 1 – 2 of 2) sorted by relevance
267 int fifo_fd = HANDLE_EINTR(open(fifo_path.c_str(), O_RDONLY)); in TEST_F() local276 uint32_t tag) { in TEST_F()
69 static int file_fd, pipe_fds[2], fifo_fd; variable