Home
last modified time | relevance | path

Searched refs:DNE (Results 1 – 25 of 33) sorted by relevance

12

/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
Dequivalent.pass.cpp61 const path DNE = StaticEnv::DNE; in TEST_CASE() local
64 TEST_CHECK(equivalent(E, DNE, ec) == false); in TEST_CASE()
70 TEST_CHECK(equivalent(DNE, E, ec) == false); in TEST_CASE()
75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E)); in TEST_CASE()
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE)); in TEST_CASE()
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE)); in TEST_CASE()
83 TEST_CHECK(equivalent(DNE, DNE, ec) == false); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
Dpath.pass.cpp126 directory_entry ent(StaticEnv::DNE, ec); in TEST_CASE()
128 TEST_CHECK(ent.path() == StaticEnv::DNE); in TEST_CASE()
139 directory_entry ent(StaticEnv::DNE); in TEST_CASE()
140 TEST_CHECK(ent.path() == StaticEnv::DNE); in TEST_CASE()
/external/selinux/secilc/test/
Doptional_test.cil42 (allow t2 DNE (CLASS (PERM)))
60 ;; (allow t3 DNE (CLASS (PERM)))
/external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
Dlast_write_time.pass.cpp100 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
101 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
108 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
Dfile_size.pass.cpp128 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
129 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
136 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
Dhard_link_count.pass.cpp126 ent.assign(StaticEnv::DNE, ec); in TEST_CASE()
128 TEST_REQUIRE(ent.path() == StaticEnv::DNE); in TEST_CASE()
135 ExceptionChecker Checker(StaticEnv::DNE, in TEST_CASE()
Dstatus.pass.cpp39 StaticEnv::DNE}; in TEST_CASE()
Dsymlink_status.pass.cpp39 StaticEnv::DNE}; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
Dcanonical.pass.cpp90 const path ret = canonical(StaticEnv::DNE, ec); in TEST_CASE()
96 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE)); in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Dctor.pass.cpp68 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink }; in TEST_CASE()
211 const path badDir = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
Dis_block_file.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
Dis_fifo.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
Dis_other.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
Dis_socket.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
Dis_character_file.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
Dis_directory.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/
Dis_regular_file.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/
Dexists.pass.cpp66 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
Dis_symlink.pass.cpp84 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
Dfile_size.pass.cpp72 {StaticEnv::DNE, std::errc::no_such_file_or_directory}, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
Dis_empty.pass.cpp39 const path p = StaticEnv::DNE; in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
Dhard_link_count.pass.cpp89 StaticEnv::DNE in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/
Dspace.pass.cpp66 StaticEnv::DNE, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
Dstatus.pass.cpp40 StaticEnv::DNE, in TEST_CASE()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
Dsymlink_status.pass.cpp40 StaticEnv::DNE in TEST_CASE()

12