OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exportVarNameList
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp
80
const char **
exportVarNameList
= me.getExportVarNameList();
112
s <<
exportVarNameList
[i] << "\n";
/frameworks/compile/libbcc/lib/Core/
Compiler.cpp
357
const char **
exportVarNameList
= me.getExportVarNameList();
364
export_symbols.push_back(
exportVarNameList
[i]);
Completed in 32 milliseconds