Home
last modified time | relevance | path

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

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp102 const path fifo1 = env.create_fifo("fifo1"); in TEST_CASE() local
105 TEST_REQUIRE(is_other(fifo1)); in TEST_CASE()
106 TEST_CHECK(!equivalent(file, fifo1)); in TEST_CASE()
108 TEST_CHECK(!equivalent(fifo1, fifo2)); in TEST_CASE()
109 TEST_CHECK(equivalent(fifo1, fifo1)); in TEST_CASE()
/external/autotest/site_utils/
Dgs_offloader_unittest.py653 fifo1 = os.path.join(results_folder, 'test_fifo1')
658 os.mkfifo(fifo1)
670 self.assertTrue(os.path.exists(fifo1))
671 self.assertFalse(is_fifo(fifo1))