HomeSort by relevance Sort by last modified time
    Searched refs:DNE (Results 1 - 25 of 29) sorted by null

1 2

  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 61 const path DNE = StaticEnv::DNE;
64 TEST_CHECK(equivalent(E, DNE, ec) == false);
70 TEST_CHECK(equivalent(DNE, E, ec) == false);
75 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, E));
76 TEST_CHECK_THROW(filesystem_error, equivalent(E, DNE));
79 TEST_CHECK_THROW(filesystem_error, equivalent(DNE, DNE));
83 TEST_CHECK(equivalent(DNE, DNE, ec) == false)
    [all...]
  /external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.cons/
path.pass.cpp 126 directory_entry ent(StaticEnv::DNE, ec);
128 TEST_CHECK(ent.path() == StaticEnv::DNE);
137 // DNE does not cause the constructor to throw
139 directory_entry ent(StaticEnv::DNE);
140 TEST_CHECK(ent.path() == StaticEnv::DNE);
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 90 const path ret = canonical(StaticEnv::DNE, ec);
96 TEST_CHECK_THROW(filesystem_error, canonical(StaticEnv::DNE));
104 const path p = "blabla/dne";
  /external/libcxx/test/std/input.output/filesystems/class.directory_entry/directory_entry.obs/
status.pass.cpp 39 StaticEnv::DNE};
symlink_status.pass.cpp 39 StaticEnv::DNE};
last_write_time.pass.cpp 100 ent.assign(StaticEnv::DNE, ec);
101 TEST_REQUIRE(ent.path() == StaticEnv::DNE);
108 ExceptionChecker Checker(StaticEnv::DNE,
file_size.pass.cpp 128 ent.assign(StaticEnv::DNE, ec);
129 TEST_REQUIRE(ent.path() == StaticEnv::DNE);
136 ExceptionChecker Checker(StaticEnv::DNE,
hard_link_count.pass.cpp 126 ent.assign(StaticEnv::DNE, ec);
128 TEST_REQUIRE(ent.path() == StaticEnv::DNE);
135 ExceptionChecker Checker(StaticEnv::DNE,
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_block_file/
is_block_file.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_char_file/
is_character_file.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_directory/
is_directory.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_fifo/
is_fifo.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_other/
is_other.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_regular_file/
is_regular_file.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_socket/
is_socket.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.exists/
exists.pass.cpp 66 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.file_size/
file_size.pass.cpp 72 {StaticEnv::DNE, std::errc::no_such_file_or_directory},
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.hard_lk_ct/
hard_link_count.pass.cpp 89 StaticEnv::DNE
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_empty/
is_empty.pass.cpp 39 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.is_symlink/
is_symlink.pass.cpp 84 const path p = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
ctor.pass.cpp 68 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink };
211 const path badDir = StaticEnv::DNE;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/
space.pass.cpp 66 StaticEnv::DNE,
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.status/
status.pass.cpp 40 StaticEnv::DNE,
  /external/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.members/
ctor.pass.cpp 67 const path testPaths[] = { StaticEnv::DNE, StaticEnv::BadSymlink };
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.symlink_status/
symlink_status.pass.cpp 40 StaticEnv::DNE

Completed in 3676 milliseconds

1 2