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