Home
last modified time | relevance | path

Searched refs:exportVarNameList (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSEmbedInfo.cpp78 const char **exportVarNameList = me.getExportVarNameList(); in getRSInfoString() local
100 s << exportVarNameList[i] << "\n"; in getRSInfoString()
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp323 const char **exportVarNameList = me.getExportVarNameList(); in addInternalizeSymbolsPass() local
329 export_symbols.push_back(exportVarNameList[i]); in addInternalizeSymbolsPass()