Home
last modified time | relevance | path

Searched refs:mergeSource (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/
DScript.cpp90 bool Script::mergeSource(Source &pSource) { return mSource->merge(pSource); } in mergeSource() function in Script
/frameworks/compile/libbcc/include/bcc/
DScript.h112 bool mergeSource(Source &pSource);
/frameworks/compile/libbcc/tools/bcc_compat/
DMain.cpp126 if (!result->mergeSource(*source)) { in PrepareScript()