Home
last modified time | relevance | path

Searched defs:zipAlignPath (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DExportWizard.java303 String zipAlignPath = buildToolInfo.getPath(PathId.ZIP_ALIGN); in doExport() local
558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign()