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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java65 private final NativeLibraryElement[] nativeLibraryPathElements; field in class:DexPathList
102 this.nativeLibraryPathElements = makePathElements(this.systemNativeLibraryDirectories);
176 this.nativeLibraryPathElements = makePathElements(allNativeLibraryDirectories);
527 for (NativeLibraryElement element : nativeLibraryPathElements) {

Completed in 1652 milliseconds