Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp81 const path hl1 = env.create_hardlink(file, "hl1"); in TEST_CASE()
82 const path hl2 = env.create_hardlink(file, "hl2"); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/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.py69 def create_hardlink(source, link): function
Dfilesystem_test_helper.hpp155 std::string create_hardlink(std::string source, std::string to) { in create_hardlink() function