Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java258 appendSwitchesInternal(args, 1); in JavaCommandLine()
307 appendSwitchesInternal(array, 0); in appendSwitchesAndArguments()
311 private void appendSwitchesInternal(String[] array, int skipCount) { in appendSwitchesInternal() method in CommandLine.JavaCommandLine