HomeSort by relevance Sort by last modified time
    Searched refs:NativeLibraryElement (Results 1 - 3 of 3) sorted by null

  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 65 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 {
722 public NativeLibraryElement(File dir)
    [all...]
  /frameworks/base/
preloaded-classes 198 [Ldalvik.system.DexPathList$NativeLibraryElement;
    [all...]
compiled-classes-phone     [all...]

Completed in 62 milliseconds