Searched refs:propNames (Results 1 – 2 of 2) sorted by relevance
206 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local209 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()215 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()217 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()
2536 final String[] propNames = rawPropNames.split(","); in checkRequiredSystemProperties() local2539 if (propNames.length != propValues.length) { in checkRequiredSystemProperties()2545 for (int i = 0; i < propNames.length; i++) { in checkRequiredSystemProperties()2547 final String currValue = SystemProperties.get(propNames[i]); in checkRequiredSystemProperties()