Home
last modified time | relevance | path

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 Dequivalent.pass.cpp48 {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 Dcanonical.pass.cpp46 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 Dstatus.pass.cpp40 path TestCases[] = {static_env.File, static_env.Dir, static_env.SymlinkToFile, in TEST_CASE()
H A Dsymlink_status.pass.cpp40 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 Dis_symlink.pass.cpp73 {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 Dfile_size.pass.cpp64 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 Dspace.pass.cpp102 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 Dstatus.pass.cpp116 {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 Dsymlink_status.pass.cpp125 {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 Dlast_write_time.pass.cpp411 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 Dfilesystem_test_helper.h391 const fs::path SymlinkToFile = makePath("symlink_to_empty_file"); variable