Searched refs:SymlinkToFile (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/ |
| H A D | equivalent.pass.cpp | 48 {static_env.Dir, static_env.SymlinkToFile, false}, in TEST_CASE() 50 {static_env.File, static_env.SymlinkToFile, true}, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
| H A D | canonical.pass.cpp | 46 const path SymlinkName = static_env.SymlinkToFile.filename(); in TEST_CASE() 64 { static_env.SymlinkToFile, static_env.File, Root }, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/ |
| H A D | status.pass.cpp | 40 path TestCases[] = {static_env.File, static_env.Dir, static_env.SymlinkToFile, in TEST_CASE()
|
| H A D | symlink_status.pass.cpp | 40 path TestCases[] = {static_env.File, static_env.Dir, static_env.SymlinkToFile, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/ |
| H A D | is_symlink.pass.cpp | 73 {static_env.SymlinkToFile, true}, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/ |
| H A D | file_size.pass.cpp | 64 const path p2 = static_env.SymlinkToFile; in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/ |
| H A D | space.pass.cpp | 102 static_env.SymlinkToFile, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/ |
| H A D | status.pass.cpp | 116 {static_env.SymlinkToFile, file_type::regular}, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/ |
| H A D | symlink_status.pass.cpp | 125 {static_env.SymlinkToFile, file_type::symlink}, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/ |
| H A D | last_write_time.pass.cpp | 411 file_time_type ret2 = last_write_time(static_env.SymlinkToFile); in TEST_CASE() 413 TEST_CHECK(CompareTime(ret2, LastWriteTime(static_env.SymlinkToFile))); in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 391 const fs::path SymlinkToFile = makePath("symlink_to_empty_file"); variable
|