Searched refs:Dir2 (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.weakly_canonical/ |
| H A D | weakly_canonical.pass.cpp | 54 {static_env.SymlinkToDir / "dir2", static_env.Dir2}, in main() 59 {static_env.SymlinkToDir / "dir2/../dir2/DNE/..", static_env.Dir2}, in main() 61 {static_env.SymlinkToDir / "dir2/../dir2/DNE/..", static_env.Dir2 / ""}, in main() 63 {static_env.SymlinkToDir / "dir2/dir3/../DNE/DNE2", static_env.Dir2 / "DNE/DNE2"}, in main()
|
| /llvm-project-15.0.7/llvm/unittests/Testing/Support/ |
| H A D | TempPathTest.cpp | 22 Optional<TempDir> Dir1, Dir2; in TEST() local 32 Dir2 = std::move(*Dir1); in TEST() 33 ASSERT_EQ(Path, Dir2->path()); in TEST() 39 Dir2 = None; in TEST()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.relative/ |
| H A D | relative.pass.cpp | 91 TEST_CHECK(output == fs::path::string_type(static_env.Dir2)); in TEST_CASE() 105 TEST_CHECK(output == fs::path::string_type(static_env.Dir2)); in TEST_CASE() 107 TEST_CHECK(output == fs::path::string_type(static_env.Dir2 / "")); in TEST_CASE() 115 TEST_CHECK(output == fs::path::string_type(static_env.Dir2 / "DNE/DNE2")); in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.current_path/ |
| H A D | current_path.pass.cpp | 79 const path p = static_env.Dir2.filename(); in TEST_CASE() 84 TEST_CHECK(new_cwd == static_env.Dir2); in TEST_CASE()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | CSKYToolChain.cpp | 91 SmallString<128> Dir2(computeSysRoot()); in AddClangSystemIncludeArgs() local 92 llvm::sys::path::append(Dir2, "sys-include"); in AddClangSystemIncludeArgs() 93 addSystemInclude(DriverArgs, CC1Args, Dir2.str()); in AddClangSystemIncludeArgs()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/ |
| H A D | depth.pass.cpp | 34 const path DirDepth1 = static_env.Dir2; in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.space/ |
| H A D | space.pass.cpp | 101 static_env.Dir2, in TEST_CASE()
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.canonical/ |
| H A D | canonical.pass.cpp | 57 { static_env.Dir2 / "..", static_env.Dir, Root }, in TEST_CASE()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 726 SmallString<128> Dir2; in TEST_F() local 728 fs::createUniqueDirectory("dir2", Dir2)); in TEST_F() 729 ASSERT_NO_ERROR(fs::getUniqueID(Dir2.c_str(), F2)); in TEST_F() 732 ASSERT_NO_ERROR(fs::remove(Dir2)); in TEST_F()
|
| /llvm-project-15.0.7/libcxx/test/support/ |
| H A D | filesystem_test_helper.h | 389 const fs::path Dir2 = TestDirList[1]; variable
|