Home
last modified time | relevance | path

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/
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()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp92 const path hl1 = env.create_hardlink(file, "hl1"); in TEST_CASE()
93 const path hl2 = env.create_hardlink(file, "hl2"); in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
Dhard_link_count.pass.cpp81 env.create_hardlink(file, "file_hl"); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
Dhard_link_count.pass.cpp80 env.create_hardlink(file, "file_hl"); in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py71 def create_hardlink(source, link): function
Dfilesystem_test_helper.hpp173 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/
Dfile_type_obs.pass.cpp69 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
99 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
Dhard_link_count.pass.cpp72 env.create_hardlink("file", "hl"); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dfile_type_obs.pass.cpp68 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
98 path hl = env.create_hardlink("foo", "hl"); in TEST_CASE()
Dhard_link_count.pass.cpp71 env.create_hardlink("file", "hl"); in TEST_CASE()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h255 std::string create_hardlink(fs::path source_path, fs::path to_path) { in create_hardlink() function