Searched refs:IsGlobPattern (Results 1 – 4 of 4) sorted by relevance
111 TEST(StringUtilsTest, IsGlobPattern) { in TEST() argument112 EXPECT_TRUE(IsGlobPattern("*.so")); in TEST()113 EXPECT_TRUE(IsGlobPattern("[ab].txt")); in TEST()114 EXPECT_TRUE(IsGlobPattern("?.txt")); in TEST()116 EXPECT_FALSE(IsGlobPattern("name")); in TEST()117 EXPECT_FALSE(IsGlobPattern(".txt")); in TEST()118 EXPECT_FALSE(IsGlobPattern("")); in TEST()
40 bool IsGlobPattern(std::string_view s);
98 bool IsGlobPattern(std::string_view s) { in IsGlobPattern() function
179 if (utils::IsGlobPattern(symbol)) { in ParseSymbolLine()187 if (utils::IsGlobPattern(symbol)) { in ParseSymbolLine()