Lines Matching defs:Path2
1551 StringRef Path2("./////");
1555 Path2 = path::remove_leading_dotslash(Path2);
1556 EXPECT_EQ(Path2, "");
1626 SmallString<64> Path2("././c");
1627 EXPECT_TRUE(path::remove_dots(Path2, true, path::Style::posix));
1628 EXPECT_EQ("c", Path2);
1633 SmallString<64> Path2("/old/foo");
1648 Path = Path2;
1652 Path = Path2;
1660 Path = Path2;
1664 Path = Path2;