Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dconfig_file_test.cpp73 auto &&section1 = cfg.GetSection("global", ""); in TEST()
83 auto &&section2 = cfg.GetSection("library1", "current"); in TEST()
Dconfig_file.cpp56 return GetSection(GLOBAL_SECTION_NAME, ""); in GetGlobalSection()
Dconfig_file.h94 const ConfigSection &GetSection(const std::string &section_name, in GetSection() function
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp213 UpdateFlags(cfg.GetSection(lib_name, target_version)); in ReadConfigFile()