Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Drs_cc_options.cpp199 Opts.mJavaReflectionPathBase = in ParseArguments()
221 if (Opts.mJavaReflectionPathBase.empty()) { in ParseArguments()
222 Opts.mJavaReflectionPathBase = Opts.mBitcodeOutputDir; in ParseArguments()
Drs_cc_options.h62 std::string mJavaReflectionPathBase; variable
Dslang.cpp714 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase, in compile()
726 Opts.mJavaReflectionPathBase, getInputFileName(), in compile()
743 Opts.mJavaReflectionPathBase.c_str(), in compile()
750 !generateJavaBitcodeAccessor(Opts.mJavaReflectionPathBase, in compile()