Searched refs:logOutput (Results 1 – 1 of 1) sorted by relevance
516 File obfuscatedJar, File logOutput) in runProguard() argument551 if (logOutput != null) { in runProguard()552 if (logOutput.isDirectory() == false) { in runProguard()553 logOutput.mkdirs(); in runProguard()557 command.add(new File(logOutput, "dump.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()560 command.add(new File(logOutput, "seeds.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()563 command.add(new File(logOutput, "usage.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()566 command.add(new File(logOutput, "mapping.txt").getAbsolutePath()); //$NON-NLS-1$ in runProguard()