Searched refs:extractionStartRegex (Results 1 – 2 of 2) sorted by relevance
30 String extractionStartRegex, boolean startInclusive, in extractSection() argument33 final Pattern start = Pattern.compile(extractionStartRegex); in extractSection()
220 String extractionStartRegex, boolean startInclusive, in runCommandAndExtractSection() argument222 return TextUtils.extractSection(runShellCommand(cmd), extractionStartRegex, startInclusive, in runCommandAndExtractSection()