Home
last modified time | relevance | path

Searched refs: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
304 runZipAlign = zipAlignPath != null && new File(zipAlignPath).isFile(); in doExport()
318 String message = zipAlign(zipAlignPath, apkExportFile, mDestinationFile); in doExport()
558 private String zipAlign(String zipAlignPath, File source, File destination) throws IOException { in zipAlign() argument
561 command[0] = zipAlignPath; in zipAlign()