Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance
240 string fifo_path = tempdir.GetPath().Append("fifo").value(); in TEST_F() local241 ASSERT_EQ(0, mkfifo(fifo_path.c_str(), 0666)); in TEST_F()263 fifo_path.c_str(), in TEST_F()264 fifo_path.c_str())}; in TEST_F()268 int fifo_fd = HANDLE_EINTR(open(fifo_path.c_str(), O_RDONLY)); in TEST_F()