Home
last modified time | relevance | path

Searched refs:tokenPattern (Results 1 – 1 of 1) sorted by relevance

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java133 Pattern tokenPattern = Pattern.compile("(\".*\")|[^\\s]+"); in getValidCliArgs() local
134 Matcher tokenMatcher = tokenPattern.matcher(optionInput); in getValidCliArgs()