Lines Matching defs:setCurrentWorkingDirectory
79 std::error_code setCurrentWorkingDirectory(const Twine &Path) override {
199 std::error_code setCurrentWorkingDirectory(const Twine &Path) override {
495 ASSERT_FALSE(BFS->setCurrentWorkingDirectory(BDir.path()));
496 ASSERT_FALSE(CFS->setCurrentWorkingDirectory(C.path()));
566 ASSERT_EQ(FS1->setCurrentWorkingDirectory(D2.path()), std::error_code());
1032 ASSERT_FALSE(PFS.setCurrentWorkingDirectory("/"));
1174 FS.setCurrentWorkingDirectory("/b");
1185 NormalizedFS.setCurrentWorkingDirectory("/b/c");
1186 NormalizedFS.setCurrentWorkingDirectory(".");
1189 NormalizedFS.setCurrentWorkingDirectory("..");
1195 FS.setCurrentWorkingDirectory("/b");
1217 FS.setCurrentWorkingDirectory("a");
1222 FS.setCurrentWorkingDirectory("/a");
1323 NormalizedFS.setCurrentWorkingDirectory("/a/b");
1894 ASSERT_FALSE(BaseFS->setCurrentWorkingDirectory("//root/foo"));
1936 ASSERT_FALSE(FS->setCurrentWorkingDirectory("//root/foo"));
2039 ASSERT_FALSE(FS->setCurrentWorkingDirectory("//root/foo"));
2720 std::error_code EC = FS->setCurrentWorkingDirectory("//root/bar");
2736 EC = FS->setCurrentWorkingDirectory("bogus");
2742 EC = FS->setCurrentWorkingDirectory("//root/");
2748 EC = FS->setCurrentWorkingDirectory("bar");
2789 std::error_code EC = FS->setCurrentWorkingDirectory("//root/");
2801 EC = FS->setCurrentWorkingDirectory("//root/bar");
2814 EC = FS->setCurrentWorkingDirectory("//root/");
2825 EC = FS->setCurrentWorkingDirectory("//root/bar");
2861 std::error_code EC = FS->setCurrentWorkingDirectory("//root/");
2898 std::error_code EC = FS->setCurrentWorkingDirectory("//root/bar");
3416 BaseFS->setCurrentWorkingDirectory("/cwd");