Searched refs:newPaths (Results 1 – 1 of 1) sorted by relevance
639 ArrayList<NativeLibraryElement> newPaths = in addNativePath() local641 newPaths.addAll(Arrays.asList(nativeLibraryPathElements)); in addNativePath()643 if (!newPaths.contains(element)) { in addNativePath()644 newPaths.add(element); in addNativePath()647 nativeLibraryPathElements = newPaths.toArray(new NativeLibraryElement[newPaths.size()]); in addNativePath()