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 67 mExportVarNameList(NULL), mExportFuncNameList(NULL),
81 mExportVarNameList(NULL), mExportFuncNameList(NULL),
92 if (mExportVarNameList) {
94 delete [] mExportVarNameList[i];
95 mExportVarNameList[i] = NULL;
98 delete [] mExportVarNameList;
99 mExportVarNameList = NULL;
299 mExportVarNameList = TmpNameList;

Completed in 684 milliseconds