HomeSort by relevance Sort by last modified time
    Searched refs:IsGlobPattern (Results 1 - 4 of 4) sorted by null

  /development/vndk/tools/header-checker/src/utils/
string_utils_test.cpp 111 TEST(StringUtilsTest, IsGlobPattern) {
112 EXPECT_TRUE(IsGlobPattern("*.so"));
113 EXPECT_TRUE(IsGlobPattern("[ab].txt"));
114 EXPECT_TRUE(IsGlobPattern("?.txt"));
116 EXPECT_FALSE(IsGlobPattern("name"));
117 EXPECT_FALSE(IsGlobPattern(".txt"));
118 EXPECT_FALSE(IsGlobPattern(""));
string_utils.h 40 bool IsGlobPattern(std::string_view s);
string_utils.cpp 98 bool IsGlobPattern(std::string_view s) {
  /development/vndk/tools/header-checker/src/repr/symbol/
version_script_parser.cpp 179 if (utils::IsGlobPattern(symbol)) {
187 if (utils::IsGlobPattern(symbol)) {

Completed in 811 milliseconds