Home
last modified time | relevance | path

Searched refs:CLOSE_SYSTEM_PROPERTY (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/
DConfigurationConstants.java109 public static final char CLOSE_SYSTEM_PROPERTY = '>'; field in ConfigurationConstants
DConfigurationParser.java1162 int toIndex = word.indexOf(ConfigurationConstants.CLOSE_SYSTEM_PROPERTY, fromIndex+1); in replaceSystemProperties()