Searched refs:dir_sym (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_directory_symlink/ |
D | create_directory_symlink.pass.cpp | 54 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE() local 58 fs::create_directory_symlink(dir_sym, dest, ec); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.create_symlink/ |
D | create_symlink.pass.cpp | 56 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE() local 68 fs::create_symlink(dir_sym, dest, ec); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_symlink/ |
D | copy_symlink.pass.cpp | 86 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE() local 92 fs::copy_symlink(dir_sym, dest, ec); in TEST_CASE()
|
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/ |
D | copy.pass.cpp | 268 const path dir_sym = env.create_symlink(dir, "dir_sym"); in TEST_CASE() local 271 fs::copy(file1, dir_sym, copy_options::copy_symlinks, ec); in TEST_CASE()
|