Home
last modified time | relevance | path

Searched refs:GetIgnoredLinkerSetKeys (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/header-checker/src/utils/
Dconfig_file_test.cpp81 EXPECT_EQ(std::vector<std::string>({"set_key1", "set_key3"}), section1.GetIgnoredLinkerSetKeys()); in TEST()
88 EXPECT_EQ(std::vector<std::string>({"set_key1", "set_key2"}), section2.GetIgnoredLinkerSetKeys()); in TEST()
Dconfig_file.h52 const std::vector<std::string> &GetIgnoredLinkerSetKeys() const { in GetIgnoredLinkerSetKeys() function
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp168 for (auto &&i : section.GetIgnoredLinkerSetKeys()) { in UpdateFlags()