Searched refs:LINE_SEPARATORS (Results 1 – 1 of 1) sorted by relevance
36 private static final String LINE_SEPARATORS = "\\r?\\n"; field in CommandsHelper117 return getInstance().executeShellCommandAndSplitOutput(command, LINE_SEPARATORS); in executeAndSplitLines()