Searched refs:reportPattern (Results 1 – 1 of 1) sorted by relevance
325 Pattern reportPattern = null; in processDmesg() local339 reportPattern = Pattern.compile(reportRegex); in processDmesg()342 Matcher rm = reportPattern.matcher(line); in processDmesg()