HomeSort by relevance Sort by last modified time
    Searched refs:Dir2 (Results 1 - 9 of 9) sorted by null

  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/
weakly_canonical.pass.cpp 47 {StaticEnv::SymlinkToDir / "dir2/.", StaticEnv::Dir / "dir2"},
50 {StaticEnv::SymlinkToDir / "dir2/./", StaticEnv::Dir / "dir2"},
51 {StaticEnv::SymlinkToDir / "dir2/DNE/./", StaticEnv::Dir / "dir2/DNE/"},
52 {StaticEnv::SymlinkToDir / "dir2", StaticEnv::Dir2},
53 {StaticEnv::SymlinkToDir / "dir2/../dir2/DNE/..", StaticEnv::Dir2 / ""}
    [all...]
  /external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
depth.pass.cpp 34 const path DirDepth1 = StaticEnv::Dir2;
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/
current_path.pass.cpp 74 const path p = StaticEnv::Dir2.filename();
79 TEST_CHECK(new_cwd == StaticEnv::Dir2);
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/
relative.pass.cpp 63 fs::path p(StaticEnv::SymlinkToDir / "dir2/.");
65 TEST_CHECK(output == std::string(StaticEnv::Dir / "dir2"));
71 fs::path p(StaticEnv::SymlinkToDir / "dir2/./");
73 TEST_CHECK(output == std::string(StaticEnv::Dir / "dir2"));
77 fs::path p(StaticEnv::SymlinkToDir / "dir2/DNE/./");
79 TEST_CHECK(output == std::string(StaticEnv::Dir / "dir2/DNE/"));
83 fs::path p(StaticEnv::SymlinkToDir / "dir2");
85 TEST_CHECK(output == std::string(StaticEnv::Dir2));
89 fs::path p(StaticEnv::SymlinkToDir / "dir2/../dir2/DNE/..")
    [all...]
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 66 { StaticEnv::Dir2 / "..", StaticEnv::Dir },
  /external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/
space.pass.cpp 111 StaticEnv::Dir2,
  /external/llvm/unittests/Support/
Path.cpp 484 SmallString<128> Dir2;
486 fs::createUniqueDirectory("dir2", Dir2));
487 ASSERT_NO_ERROR(fs::getUniqueID(Dir2.c_str(), F2));
    [all...]
  /external/libcxx/test/support/
filesystem_test_helper.hpp 44 makePath("dir1/dir2"),
45 makePath("dir1/dir2/dir3")
51 static const fs::path Dir2 = TestDirList[1];
62 makePath("dir1/dir2"),
70 makePath("dir1/dir2/afile3"),
71 makePath("dir1/dir2/dir3"),
72 makePath("dir1/dir2/symlink_to_dir3"),
73 makePath("dir1/dir2/file4"),
77 makePath("dir1/dir2"),
80 makePath("dir1/dir2/afile3")
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
Path.cpp 514 SmallString<128> Dir2;
516 fs::createUniqueDirectory("dir2", Dir2));
517 ASSERT_NO_ERROR(fs::getUniqueID(Dir2.c_str(), F2));
520 ASSERT_NO_ERROR(fs::remove(Dir2));
    [all...]

Completed in 396 milliseconds