Searched refs:USE_KEYSTORE_REGEX (Results 1 – 3 of 3) sorted by relevance
216 Pattern USE_KEYSTORE_REGEX = Pattern.compile("(.*)USE_KEYSTORE@([^:]*)(.*)"); in replaceKeystore() local218 Matcher m = USE_KEYSTORE_REGEX.matcher(argList.get(i)); in replaceKeystore()
605 Matcher m = USE_KEYSTORE_REGEX.matcher(valueText); in getKeyStoreValueIfNeeded()
76 static final Pattern USE_KEYSTORE_REGEX = Pattern.compile("USE_KEYSTORE@(.*)"); field in OptionSetter