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

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 46 const char **mExportFuncNameList;
120 return mExportFuncNameList;
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 64 mExportVarNameList(NULL), mExportFuncNameList(NULL),
78 mExportVarNameList(NULL), mExportFuncNameList(NULL),
98 if (mExportFuncNameList) {
100 delete [] mExportFuncNameList[i];
101 mExportFuncNameList[i] = NULL;
104 delete [] mExportFuncNameList;
105 mExportFuncNameList = NULL;
299 mExportFuncNameList = TmpNameList;

Completed in 37 milliseconds