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.java74 /* package visible for testing */ NativeLibraryElement[] nativeLibraryPathElements; field in DexPathList
113 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()