Searched refs:globPattern (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java238 void findGlobs(String globPattern, Map<String, ClassReader> zipClasses, argument
241 Pattern regexp = getPatternFromGlob(globPattern);
252 Pattern getPatternFromGlob(String globPattern) { argument
258 globPattern = globPattern.replaceAll("\\$", "\\\\\\$");
259 globPattern = globPattern.replaceAll("\\.", "\\\\.");
262 globPattern = globPattern.replaceAll("\\*\\*", "@");
263 globPattern
[all...]

Completed in 118 milliseconds