Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance
231 string fifo_path = tempdir.GetPath().Append("fifo").value(); in TEST_F() local232 EXPECT_EQ(0, mkfifo(fifo_path.c_str(), 0666)); in TEST_F()254 fifo_path.c_str(), in TEST_F()255 fifo_path.c_str())}; in TEST_F()259 int fifo_fd = HANDLE_EINTR(open(fifo_path.c_str(), O_RDONLY)); in TEST_F()