Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp64 mExportVarNameList(NULL), mExportFuncNameList(NULL), in MetadataExtractor()
78 mExportVarNameList(NULL), mExportFuncNameList(NULL), in MetadataExtractor()
89 if (mExportVarNameList) { in ~MetadataExtractor()
91 delete [] mExportVarNameList[i]; in ~MetadataExtractor()
92 mExportVarNameList[i] = NULL; in ~MetadataExtractor()
95 delete [] mExportVarNameList; in ~MetadataExtractor()
96 mExportVarNameList = NULL; in ~MetadataExtractor()
273 mExportVarNameList = TmpNameList; in populateVarNameMetadata()
/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h45 const char **mExportVarNameList; variable
106 return mExportVarNameList; in getExportVarNameList()