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

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp178 mExportReduceCount(0), mExportVarNameList(nullptr),
196 mExportReduceCount(0), mExportVarNameList(nullptr),
211 if (mExportVarNameList) {
213 delete [] mExportVarNameList[i];
214 mExportVarNameList[i] = nullptr;
217 delete [] mExportVarNameList;
218 mExportVarNameList = nullptr;
638 if (!populateNameMetadata(ExportVarMetadata, mExportVarNameList,
/frameworks/compile/libbcc/include/bcinfo/
H A DMetadataExtractor.h94 const char **mExportVarNameList; member in class:bcinfo::MetadataExtractor
179 return mExportVarNameList;

Completed in 103 milliseconds