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