Home
last modified time | relevance | path

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

/external/ant-glob/src/org/apache/tools/ant/types/selectors/
DSelectorUtils.java220 static boolean matchPath(String[] tokenizedPattern, String[] strDirs, in matchPath() argument
223 int patIdxEnd = tokenizedPattern.length - 1; in matchPath()
229 String patDir = tokenizedPattern[patIdxStart]; in matchPath()
242 if (!tokenizedPattern[i].equals(DEEP_TREE_MATCH)) { in matchPath()
256 String patDir = tokenizedPattern[patIdxEnd]; in matchPath()
269 if (!tokenizedPattern[i].equals(DEEP_TREE_MATCH)) { in matchPath()
279 if (tokenizedPattern[i].equals(DEEP_TREE_MATCH)) { in matchPath()
297 String subPat = tokenizedPattern[patIdxStart + j + 1]; in matchPath()
317 if (!tokenizedPattern[i].equals(DEEP_TREE_MATCH)) { in matchPath()