Lines Matching refs:ext
716 { FPL("C:\\a\\b\\c.ext"), FPL(".ext") },
726 { FPL("/foo/bar/baz.ext"), FPL(".ext") },
746 { FPL("./foo.ext"), FPL(".ext") },
932 FilePath::StringType ext(cases[i].inputs[1]);
934 EXPECT_EQ(cases[i].expected, path.MatchesExtension(ext)) <<
935 "i: " << i << ", path: " << path.value() << ", ext: " << ext;
943 { { FPL("foo.ext"), FPL("foo.ext") }, 0},
944 { { FPL("FOO.EXT"), FPL("foo.ext") }, 0},
945 { { FPL("Foo.Ext"), FPL("foo.ext") }, 0},