Searched refs:processPatternList (Results 1 – 1 of 1) sorted by relevance
691 List<String> processPatternList = new ArrayList<>(); in runPocAssertNoCrashesNotVulnerable() local693 processPatternList.addAll(Arrays.asList(processPatternStrings)); in runPocAssertNoCrashesNotVulnerable()695 processPatternList.add(binaryName); in runPocAssertNoCrashesNotVulnerable()696 String[] processPatternStringsWithSelf = new String[processPatternList.size()]; in runPocAssertNoCrashesNotVulnerable()697 processPatternList.toArray(processPatternStringsWithSelf); in runPocAssertNoCrashesNotVulnerable()