Home
last modified time | relevance | path

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

/tools/apksig/src/apksigner/java/com/android/apksigner/
DOptionsParser.java38 private String mLastOptionValue; field in OptionsParser
68 mLastOptionValue = null; in nextOption()
77 mLastOptionValue = param.substring(valueDelimiterIndex + 1); in nextOption()
101 if (mLastOptionValue != null) { in getRequiredValue()
102 String result = mLastOptionValue; in getRequiredValue()
103 mLastOptionValue = null; in getRequiredValue()
141 if (mLastOptionValue != null) { in getOptionalBooleanValue()
143 String stringValue = mLastOptionValue; in getOptionalBooleanValue()
144 mLastOptionValue = null; in getOptionalBooleanValue()