Home
last modified time | relevance | path

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

/external/libchrome/base/android/java/src/org/chromium/base/
DCommandLine.java297 String combinedSwitchString = SWITCH_PREFIX + switchString; in appendSwitchWithValue() local
299 combinedSwitchString += SWITCH_VALUE_SEPARATOR + value; in appendSwitchWithValue()
302 mArgs.add(mArgsBegin++, combinedSwitchString); in appendSwitchWithValue()