Home
last modified time | relevance | path

Searched refs:BadSymlink (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.file_size/
Dfile_size.pass.cpp68 StaticEnv::BadSymlink, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_symlink/
Dis_symlink.pass.cpp75 {StaticEnv::BadSymlink, true} in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.hard_lk_ct/
Dhard_link_count.pass.cpp88 StaticEnv::BadSymlink, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
Dspace.pass.cpp67 StaticEnv::BadSymlink in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp41 StaticEnv::BadSymlink in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp60 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp118 {StaticEnv::BadSymlink, file_type::symlink}, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp64 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp51 static const fs::path BadSymlink = makePath("bad_symlink"); variable