Searched refs:zipDir (Results 1 – 1 of 1) sorted by relevance
816 private final String zipDir; field in DexPathList.NativeLibraryElement824 this.zipDir = null; in NativeLibraryElement()829 public NativeLibraryElement(File zip, String zipDir) { in NativeLibraryElement() argument831 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 …]