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.cpp190 Opts.mJavaReflectionPathBase =
210 // mJavaReflectionPathBase can be set for C++ reflected builds.
212 if (Opts.mJavaReflectionPathBase.empty()) {
213 Opts.mJavaReflectionPathBase = Opts.mBitcodeOutputDir;
H A Dslang.cpp692 RSReflectionCpp R(mRSContext, Opts.mJavaReflectionPathBase,
704 Opts.mJavaReflectionPathBase, getInputFileName(),
721 Opts.mJavaReflectionPathBase.c_str(),
728 !generateJavaBitcodeAccessor(Opts.mJavaReflectionPathBase,

Completed in 207 milliseconds