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.java816 private final String zipDir; field in DexPathList.NativeLibraryElement
824 this.zipDir = null; in NativeLibraryElement()
829 public NativeLibraryElement(File zip, String zipDir) { in NativeLibraryElement() argument
831 this.zipDir = zipDir; in NativeLibraryElement()
835 if (zipDir == null) { in NativeLibraryElement()
842 if (zipDir == null) { in toString()
846 (!zipDir.isEmpty() ? ", dir \"" + zipDir + "\"" : ""); in toString()
855 if (zipDir == null) { in maybeInit()
887 if (zipDir == null) { in findNativeLibrary()
896 String entryName = zipDir + '/' + name; in findNativeLibrary()
[all …]