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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java717 private final String zipDir; field in class:DexPathList.NativeLibraryElement
724 this.zipDir = null;
729 public NativeLibraryElement(File zip, String zipDir) { argument
731 this.zipDir = zipDir;
735 if (zipDir == null) {
742 if (zipDir == null) {
746 (!zipDir.isEmpty() ? ", dir \"" + zipDir + "\"" : "");
755 if (zipDir
[all...]

Completed in 128 milliseconds