Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
H A Dequivalent.pass.cpp93 const path hl1 = env.create_hardlink(file, "hl1"); in TEST_CASE()
94 const path hl2 = env.create_hardlink(file, "hl2"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
H A Dhard_link_count.pass.cpp81 env.create_hardlink(file, "file_hl"); 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.cpp68 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
104 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
H A Dhard_link_count.pass.cpp76 env.create_hardlink("file", "hl"); in TEST_CASE()
/llvm-project-15.0.7/libcxx/test/support/
H A Dfilesystem_test_helper.h269 std::string create_hardlink(fs::path source_path, fs::path to_path) { in create_hardlink() function