HomeSort by relevance Sort by last modified time
    Searched refs:exportVarNameList (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/
RSEmbedInfo.cpp 83 const char **exportVarNameList = me.getExportVarNameList();
115 s << exportVarNameList[i] << "\n";
Compiler.cpp 406 const char **exportVarNameList = me.getExportVarNameList();
413 export_symbols.insert(exportVarNameList[i]);

Completed in 79 milliseconds