Home | History | Annotate | Download | only in Support

Lines Matching refs:Path2

1152   StringRef Path2("./////");
1156 Path2 = path::remove_leading_dotslash(Path2);
1157 EXPECT_EQ(Path2, "");
1199 SmallString<64> Path2("././c");
1200 EXPECT_TRUE(path::remove_dots(Path2, true, path::Style::posix));
1201 EXPECT_EQ("c", Path2);
1206 SmallString<64> Path2("/old/foo");
1215 Path = Path2;
1218 Path = Path2;
1224 Path = Path2;