Home
last modified time | relevance | path

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

/libcore/dalvik/src/main/java/dalvik/system/
DDexPathList.java819 private final String zipDir; field in DexPathList.NativeLibraryElement
827 this.zipDir = null; in NativeLibraryElement()
832 public NativeLibraryElement(File zip, String zipDir) { in NativeLibraryElement() argument
834 this.zipDir = zipDir; in NativeLibraryElement()
838 if (zipDir == null) { in NativeLibraryElement()
845 if (zipDir == null) { in toString()
849 (!zipDir.isEmpty() ? ", dir \"" + zipDir + "\"" : ""); in toString()
858 if (zipDir == null) { in maybeInit()
887 if (zipDir == null) { in findNativeLibrary()
896 String entryName = zipDir + '/' + name; in findNativeLibrary()
[all …]