Home
last modified time | relevance | path

Searched defs: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
210 public static boolean matchPath(String pattern, String str, in matchPath() method in SelectorUtils
220 static boolean matchPath(String[] tokenizedPattern, String[] strDirs, in matchPath() method in SelectorUtils