OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExportVarNameList
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp
178
mExportReduceCount(0),
mExportVarNameList
(nullptr),
196
mExportReduceCount(0),
mExportVarNameList
(nullptr),
211
if (
mExportVarNameList
) {
213
delete []
mExportVarNameList
[i];
214
mExportVarNameList
[i] = nullptr;
217
delete []
mExportVarNameList
;
218
mExportVarNameList
= nullptr;
638
if (!populateNameMetadata(ExportVarMetadata,
mExportVarNameList
,
/frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h
94
const char **
mExportVarNameList
;
179
return
mExportVarNameList
;
Completed in 53 milliseconds