Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dconfig_file_test.cpp45 auto &&section1 = cfg.GetSection("section1"); in TEST()
54 auto &&section2 = cfg.GetSection("section2"); in TEST()
Dconfig_file.h94 const ConfigSection &GetSection(const std::string &section_name) const { in GetSection() function
101 return GetSection(section_name);
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp159 for (auto &&[key, value] : cfg.GetSection("global")) { in ReadConfigFile()