Searched refs:nativeLibraryPathElements (Results 1 – 1 of 1) sorted by relevance
76 /* package visible for testing */ NativeLibraryElement[] nativeLibraryPathElements; field in DexPathList115 this.nativeLibraryPathElements = makePathElements(getAllNativeLibraryDirectories()); in DexPathList()182 this.nativeLibraryPathElements = makePathElements(getAllNativeLibraryDirectories()); in DexPathList()593 for (NativeLibraryElement element : nativeLibraryPathElements) { in findLibrary()639 new ArrayList<>(nativeLibraryPathElements.length + libPaths.size()); in addNativePath()640 newPaths.addAll(Arrays.asList(nativeLibraryPathElements)); in addNativePath()646 nativeLibraryPathElements = newPaths.toArray(new NativeLibraryElement[newPaths.size()]); in addNativePath()