Home
last modified time | relevance | path

Searched refs:SymlinkToDir (Results 1 – 11 of 11) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.file_size/
Dfile_size.pass.cpp67 StaticEnv::SymlinkToDir, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
Dis_directory.pass.cpp73 TEST_CHECK(is_directory(StaticEnv::SymlinkToDir)); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp47 {StaticEnv::Dir, StaticEnv::SymlinkToDir, true}, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_symlink/
Dis_symlink.pass.cpp74 {StaticEnv::SymlinkToDir, true}, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp49 TEST_CHECK(!is_empty(StaticEnv::SymlinkToDir)); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
Dspace.pass.cpp113 StaticEnv::SymlinkToDir in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp167 file_time_type ret2 = last_write_time(StaticEnv::SymlinkToDir); in TEST_CASE()
169 TEST_CHECK(C::to_time_t(ret2) == LastWriteTime(StaticEnv::SymlinkToDir)); in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp114 {StaticEnv::SymlinkToDir, file_type::directory}, in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/class.directory_iterator/directory_iterator.members/
Dctor.pass.cpp221 const path symlinkToDir = StaticEnv::SymlinkToDir; in TEST_CASE()
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp122 {StaticEnv::SymlinkToDir, file_type::symlink}, in TEST_CASE()
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp50 static const fs::path SymlinkToDir = makePath("symlink_to_dir"); variable