Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/bcinfo/
DMetadataExtractor.cpp184 mExportFuncNameList(nullptr), mExportForEachNameList(nullptr), in MetadataExtractor()
201 mExportFuncNameList(nullptr), mExportForEachNameList(nullptr), in MetadataExtractor()
230 if (mExportFuncNameList) { in ~MetadataExtractor()
232 delete [] mExportFuncNameList[i]; in ~MetadataExtractor()
233 mExportFuncNameList[i] = nullptr; in ~MetadataExtractor()
236 delete [] mExportFuncNameList; in ~MetadataExtractor()
237 mExportFuncNameList = nullptr; in ~MetadataExtractor()
654 if (!populateNameMetadata(ExportFuncMetadata, mExportFuncNameList, in extract()
/frameworks/compile/libbcc/bcinfo/include/bcinfo/
DMetadataExtractor.h95 const char **mExportFuncNameList; variable
190 return mExportFuncNameList; in getExportFuncNameList()