Home
last modified time | relevance | path

Searched refs:GetVars (Results 1 – 4 of 4) sorted by relevance

/development/vndk/tools/header-checker/src/repr/symbol/
Dexported_symbol_set.h45 const VarMap &GetVars() const { in GetVars() function
Dversion_script_parser_test.cpp57 const ExportedSymbolSet::VarMap &vars = result->GetVars(); in TEST()
93 const ExportedSymbolSet::VarMap &vars = result->GetVars(); in TEST()
109 const ExportedSymbolSet::VarMap &vars = result->GetVars(); in TEST()
155 const ExportedSymbolSet::VarMap &vars = result->GetVars(); in TEST()
Dexported_symbol_set_test.cpp48 const ExportedSymbolSet::VarMap &vars = symbols.GetVars(); in TEST()
/development/vndk/tools/header-checker/src/linker/
Dheader_abi_linker.cpp361 LinkExportedSymbols(linked_module, exported_symbols.GetVars())); in LinkExportedSymbols()