Searched refs:zipAlignPath (Results 1 – 1 of 1) sorted by relevance
303 String zipAlignPath = buildToolInfo.getPath(PathId.ZIP_ALIGN); in doExport() local304 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() argument561 command[0] = zipAlignPath; in zipAlign()