Searched refs:namePattern (Results 1 – 3 of 3) sorted by relevance
147 String path, String namePattern, List<String> options, ITestDevice device) in findFile() argument150 String command = String.format("find %s -name \"%s\"", path, namePattern); in findFile()
564 Pattern namePattern = Pattern.compile(pattern); in filterByAllowedTestLists() local566 Matcher matcher = namePattern.matcher(line); in filterByAllowedTestLists()
536 Pattern namePattern = Pattern.compile(pattern); in extractInstanceName() local537 Matcher matcher = namePattern.matcher(bootupLogs); in extractInstanceName()