Searched defs:OutputPathBase (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.cpp53 bool RSReflectionCpp::reflect(const string &OutputPathBase, argument
57 mOutputPath = OutputPathBase;
H A Dslang_rs_context.cpp283 bool RSContext::reflectToJava(const std::string &OutputPathBase, argument
310 bool ret = R->reflect(OutputPathBase, PackageName,
H A Dslang_rs.cpp65 bool SlangRS::reflectToJava(const std::string &OutputPathBase, argument
68 return mRSContext->reflectToJava(OutputPathBase,
75 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, argument
81 BCAccessorContext.reflectPath = OutputPathBase.c_str();
H A Dslang_rs_reflection.h112 Context(const std::string &OutputPathBase, argument
119 mOutputPathBase(OutputPathBase),
321 bool reflect(const std::string &OutputPathBase,
H A Dslang_rs_reflection.cpp1854 bool RSReflection::reflect(const std::string &OutputPathBase, argument
1875 C = new Context(OutputPathBase, InputFileName, "<Package Name>",
1878 C = new Context(OutputPathBase, InputFileName, OutputPackageName,

Completed in 63 milliseconds