Home
last modified time | relevance | path

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

/build/make/tools/product_config/src/com/android/build/config/
DOptions.java99 private Options mResult = new Options(); field in Options.Parser
116 mResult.mCKatiBin = requireNextStringArg(arg); in parse()
125 mResult.mAction = Action.HELP; in parse()
127 return mResult; in parse()
141 mResult.mProduct = mEnv.get("TARGET_PRODUCT"); in parse()
142 mResult.mVariant = mEnv.get("TARGET_BUILD_VARIANT"); in parse()
143 mResult.mOutDir = mEnv.get("OUT_DIR"); in parse()
147 return mResult; in parse()
159 if (mResult.mCKatiBin == null || "".equals(mResult.mCKatiBin)) { in validateArgs()
162 if (mResult.mProduct == null) { in validateArgs()
[all …]
DFlattenConfig.java36 private final FlatConfig mResult = new FlatConfig(); field in FlattenConfig
50 mVariables = mResult.getValues(); in FlattenConfig()
53 mResult.copyFrom(genericConfig); in FlattenConfig()
98 return mResult; in flattenImpl()