Home
last modified time | relevance | path

Searched refs:file_sym (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/
Dcreate_symlink.pass.cpp54 const path file_sym = env.create_symlink(file, "file_sym"); in TEST_CASE() local
60 fs::create_symlink(file_sym, dest, ec); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/
Dcopy_symlink.pass.cpp88 const path file_sym = env.create_symlink(file, "file_sym"); in TEST_CASE() local
100 fs::copy_symlink(file_sym, dest, ec); in TEST_CASE()