Searched refs:pid_pattern (Results 1 – 1 of 1) sorted by relevance
60 final Pattern pid_pattern = Pattern.compile(pid_regex); in startCollecting() local68 Matcher m = pid_pattern.matcher(output); in startCollecting()