Searched refs:fastbootProductPattern (Results 1 – 1 of 1) sorted by relevance
544 Pattern fastbootProductPattern = Pattern.compile(variableName + ":\\s(.*)\\s"); in getFastbootVariable() local550 Matcher matcher = fastbootProductPattern.matcher(resultText); in getFastbootVariable()