Home | History | Annotate | Download | only in proguard

Lines Matching defs:propertyName

1166             String propertyName  = word.substring(fromIndex+1, toIndex);
1167 String propertyValue = properties.getProperty(propertyName);
1170 throw new ParseException("Value of system property '" + propertyName +