Searched defs:NativeLibraryElement (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java65 private final NativeLibraryElement[] nativeLibraryPathElements;
430 private static NativeLibraryElement[] makePathElements(List<File> files) {
431 NativeLibraryElement[] elements = new NativeLibraryElement[files.size()];
440 elements[elementsPos++] = new NativeLibraryElement(zip, dir);
443 elements[elementsPos++] = new NativeLibraryElement(file);
527 for (NativeLibraryElement element : nativeLibraryPathElements) {
595 * classes and resources, and NativeLibraryElement for the library
708 /*package*/ static class NativeLibraryElement { class in class:DexPathList
722 public NativeLibraryElement(Fil method in class:DexPathList.NativeLibraryElement
729 public NativeLibraryElement(File zip, String zipDir) { method in class:DexPathList.NativeLibraryElement
[all...]

Completed in 2496 milliseconds