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