Home
last modified time | relevance | path

Searched refs:fifo_path (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/common/
Dsubprocess_unittest.cc231 string fifo_path = tempdir.GetPath().Append("fifo").value(); in TEST_F() local
232 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()