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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 45 const char **mExportVarNameList;
106 return mExportVarNameList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 64 mExportVarNameList(NULL), mExportFuncNameList(NULL),
78 mExportVarNameList(NULL), mExportFuncNameList(NULL),
89 if (mExportVarNameList) {
91 delete [] mExportVarNameList[i];
92 mExportVarNameList[i] = NULL;
95 delete [] mExportVarNameList;
96 mExportVarNameList = NULL;
273 mExportVarNameList = TmpNameList;

Completed in 52 milliseconds