Searched refs:OutputPathBase (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs.h68 bool reflectToJava(const std::string &OutputPathBase,
72 bool generateBitcodeAccessor(const std::string &OutputPathBase,
H A Dslang_rs.cpp59 bool SlangRS::reflectToJava(const std::string &OutputPathBase, argument
62 return mRSContext->reflectToJava(OutputPathBase,
69 bool SlangRS::generateBitcodeAccessor(const std::string &OutputPathBase, argument
75 BCAccessorContext.reflectPath = OutputPathBase.c_str();
H A Dslang_rs_reflection.h111 Context(const std::string &OutputPathBase, argument
117 mOutputPathBase(OutputPathBase),
308 bool reflect(const std::string &OutputPathBase,
H A Dslang_rs_context.cpp249 bool RSContext::reflectToJava(const std::string &OutputPathBase, argument
271 bool ret = R->reflect(OutputPathBase, PackageName,
H A Dslang_rs_context.h206 bool reflectToJava(const std::string &OutputPathBase,
H A Dslang_rs_reflection.cpp2142 bool RSReflection::reflect(const std::string &OutputPathBase, argument
2156 C = new Context(OutputPathBase, InputFileName, "<Package Name>",
2159 C = new Context(OutputPathBase, InputFileName, OutputPackageName,

Completed in 58 milliseconds