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 44 const char **mExportVarNameList;
105 return mExportVarNameList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 66 mExportVarNameList(NULL), mExportFuncNameList(NULL),
80 mExportVarNameList(NULL), mExportFuncNameList(NULL),
91 if (mExportVarNameList) {
93 delete [] mExportVarNameList[i];
94 mExportVarNameList[i] = NULL;
97 delete [] mExportVarNameList;
98 mExportVarNameList = NULL;
292 mExportVarNameList = TmpNameList;

Completed in 88 milliseconds