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