Home
last modified time | relevance | path

Searched refs:PACKAGE_OBFUSCATION_DICTIONARY_OPTION (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/
DConfigurationConstants.java70 …public static final String PACKAGE_OBFUSCATION_DICTIONARY_OPTION = "-packageobfuscationdictionary… field in ConfigurationConstants
DConfigurationWriter.java135 …writeOption(ConfigurationConstants.PACKAGE_OBFUSCATION_DICTIONARY_OPTION, configuration.packageOb… in write()
DConfigurationParser.java193 …else if (ConfigurationConstants.PACKAGE_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextW… in parse()