Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java76 /* package visible for testing */ NativeLibraryElement[] nativeLibraryPathElements; field in DexPathList
115 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()