Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DOptionHelper.java150 private static String cleanNameValueDelimiter(String optionNameValue) { in cleanNameValueDelimiter() argument
151 return optionNameValue.replaceFirst("[ =]", " "); in cleanNameValueDelimiter()