Home
last modified time | relevance | path

Searched refs:matchPath (Results 1 – 1 of 1) sorted by relevance

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java187 public static boolean matchPath(String pattern, String str) { in matchPath() method in SelectorUtils
189 return matchPath(patDirs, tokenizePathAsArray(str), true); in matchPath()
210 public static boolean matchPath(String pattern, String str, in matchPath() method in SelectorUtils
213 return matchPath(patDirs, tokenizePathAsArray(str), isCaseSensitive); in matchPath()
220 static boolean matchPath(String[] tokenizedPattern, String[] strDirs, in matchPath() method in SelectorUtils