OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mJavaReflectionPathBase
(Results
1 - 3
of
3
) sorted by null
/frameworks/compile/slang/
rs_cc_options.h
62
std::string
mJavaReflectionPathBase
;
rs_cc_options.cpp
199
Opts.
mJavaReflectionPathBase
=
219
//
mJavaReflectionPathBase
can be set for C++ reflected builds.
221
if (Opts.
mJavaReflectionPathBase
.empty()) {
222
Opts.
mJavaReflectionPathBase
= Opts.mBitcodeOutputDir;
slang.cpp
714
RSReflectionCpp R(mRSContext, Opts.
mJavaReflectionPathBase
,
726
Opts.
mJavaReflectionPathBase
, getInputFileName(),
743
Opts.
mJavaReflectionPathBase
.c_str(),
750
!generateJavaBitcodeAccessor(Opts.
mJavaReflectionPathBase
,
Completed in 48 milliseconds