Home
last modified time | relevance | path

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

/external/proguard/src/proguard/
DConfigurationConstants.java69 … public static final String CLASS_OBFUSCATION_DICTIONARY_OPTION = "-classobfuscationdictionary"; field in ConfigurationConstants
DConfigurationWriter.java134 …writeOption(ConfigurationConstants.CLASS_OBFUSCATION_DICTIONARY_OPTION, configuration.classObfu… in write()
DConfigurationParser.java192 …else if (ConfigurationConstants.CLASS_OBFUSCATION_DICTIONARY_OPTION .startsWith(nextW… in parse()