Searched refs:pidMatcher (Results 1 – 1 of 1) sorted by relevance
269 Matcher pidMatcher = JAVA_PROC_START.matcher(msg); in parseLine() local270 if (pidMatcher.matches()) { in parseLine()271 String name = pidMatcher.group(1); in parseLine()