Home
last modified time | relevance | path

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

/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
DCommandsHelper.java96 final String separatorChars) { in executeShellCommandAndSplitOutput() argument
97 return Arrays.asList(executeShellCommand(command).split(separatorChars)); in executeShellCommandAndSplitOutput()