Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp104 const path fifo1 = env.create_fifo("fifo1"); in TEST_CASE()
105 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
H A Dis_empty.pass.cpp120 const path fifo = env.create_fifo("fifo"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
H A Dfile_type_obs.pass.cpp90 path fifo = env.create_fifo("fifo"); in TEST_CASE()
154 path fifo = env.create_fifo("fifo"); in TEST_CASE()
H A Dhard_link_count.pass.cpp111 const path fifo = env.create_fifo("dir/fifo"); in TEST_CASE()
H A Dfile_size.pass.cpp91 {env.create_fifo("fifo"), std::errc::not_supported}, in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
H A Dstatus.pass.cpp127 {env.create_fifo("fifo"), file_type::fifo} in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
H A Dsymlink_status.pass.cpp136 {env.create_fifo("fifo"), file_type::fifo} in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp83 const path fifo = env.create_fifo("fifo"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
H A Dcopy.pass.cpp71 const path fifo = env.create_fifo("fifo"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h280 std::string create_fifo(std::string file) { in create_fifo() function