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.java39 private String mLastOptionValue; field in OptionsParser
73 mPutBackLastOptionValue = mLastOptionValue; in nextOption()
74 mLastOptionValue = null; in nextOption()
83 mLastOptionValue = param.substring(valueDelimiterIndex + 1); in nextOption()
102 mLastOptionValue = mPutBackLastOptionValue; in putOption()
116 if (mLastOptionValue != null) { in getRequiredValue()
117 String result = mLastOptionValue; in getRequiredValue()
118 mLastOptionValue = null; in getRequiredValue()
156 if (mLastOptionValue != null) { in getOptionalBooleanValue()
158 String stringValue = mLastOptionValue; in getOptionalBooleanValue()
[all …]