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 67 mExportVarNameList(NULL), mExportFuncNameList(NULL),
81 mExportVarNameList(NULL), mExportFuncNameList(NULL),
101 if (mExportFuncNameList) {
103 delete [] mExportFuncNameList[i];
104 mExportFuncNameList[i] = NULL;
107 delete [] mExportFuncNameList;
108 mExportFuncNameList = NULL;
325 mExportFuncNameList = TmpNameList;

Completed in 31 milliseconds