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

/frameworks/compile/slang/
H A Drs_cc_options.h62 std::string mJavaReflectionPathBase; member in class:slang::RSCCOptions
H A Drs_cc_options.cpp199 Opts.mJavaReflectionPathBase =
219 // mJavaReflectionPathBase can be set for C++ reflected builds.
221 if (Opts.mJavaReflectionPathBase.empty()) {
222 Opts.mJavaReflectionPathBase = Opts.mBitcodeOutputDir;
H A Dslang.cpp714 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase,
726 Opts.mJavaReflectionPathBase, getInputFileName(),
743 Opts.mJavaReflectionPathBase.c_str(),
750 !generateJavaBitcodeAccessor(Opts.mJavaReflectionPathBase,

Completed in 113 milliseconds