Home
last modified time | relevance | path

Searched refs:create_fifo (Results 1 – 12 of 12) 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()
103 const path fifo2 = env.create_fifo("fifo2"); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
Dcopy_file.pass.cpp59 const path non_regular_file = env.create_fifo("non_reg"); in TEST_CASE()
83 const path fifo = env.create_fifo("fifo"); in TEST_CASE()
/external/ltp/testcases/kernel/security/filecaps/
Dverify_caps_exec.c123 static void create_fifo(void) in create_fifo() function
224 create_fifo(); in caps_actually_set_test()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp99 const path fifo = env.create_fifo("fifo"); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dfile_type_obs.pass.cpp67 path fifo = env.create_fifo("fifo"); in TEST_CASE()
97 path fifo = env.create_fifo("fifo"); in TEST_CASE()
Dfile_size.pass.cpp87 {env.create_fifo("fifo"), std::errc::not_supported}, in TEST_CASE()
Dhard_link_count.pass.cpp86 const path fifo = env.create_fifo("dir/fifo"); in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py75 def create_fifo(source): function
Dfilesystem_test_helper.hpp180 std::string create_fifo(std::string file) { in create_fifo() function
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp120 {env.create_fifo("fifo"), file_type::fifo} in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp128 {env.create_fifo("fifo"), file_type::fifo} in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp70 const path fifo = env.create_fifo("fifo"); in TEST_CASE()