Searched refs:create_hardlink (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/ |
D | equivalent.pass.cpp | 93 const path hl1 = env.create_hardlink(file, "hl1"); in TEST_CASE() 94 const path hl2 = env.create_hardlink(file, "hl2"); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/ |
D | equivalent.pass.cpp | 92 const path hl1 = env.create_hardlink(file, "hl1"); in TEST_CASE() 93 const path hl2 = env.create_hardlink(file, "hl2"); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/ |
D | hard_link_count.pass.cpp | 80 env.create_hardlink(file, "file_hl"); in TEST_CASE()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/ |
D | hard_link_count.pass.cpp | 81 env.create_hardlink(file, "file_hl"); in TEST_CASE()
|
/external/libcxx/test/support/ |
D | filesystem_dynamic_test_helper.py | 71 def create_hardlink(source, link): function
|
D | filesystem_test_helper.hpp | 173 std::string create_hardlink(std::string source, std::string to) { in create_hardlink() function
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | file_type_obs.pass.cpp | 69 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE() 99 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
|
D | hard_link_count.pass.cpp | 72 env.create_hardlink("file", "hl"); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
D | file_type_obs.pass.cpp | 68 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE() 98 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
|
D | hard_link_count.pass.cpp | 71 env.create_hardlink("file", "hl"); in TEST_CASE()
|
/external/llvm-project/libcxx/test/support/ |
D | filesystem_test_helper.h | 255 std::string create_hardlink(fs::path source_path, fs::path to_path) { in create_hardlink() function
|