Home
last modified time | relevance | path

Searched refs:newPaths (Results 1 – 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java639 ArrayList<NativeLibraryElement> newPaths = in addNativePath() local
641 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()