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

/libcore/dalvik/src/main/java/dalvik/system/
H A DDexPathList.java572 * Element encapsulates a dex file. This may be a plain dex file (in which case dexZipPath
573 * should be null), or a jar (in which case dexZipPath should denote the zip file).
575 public Element(DexFile dexFile, File dexZipPath) { argument
577 this.path = dexZipPath;

Completed in 192 milliseconds