Home
last modified time | relevance | path

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

/development/vndk/tools/header-checker/src/utils/
Dconfig_file_test.cpp41 EXPECT_TRUE(cfg.HasSection("section1")); in TEST()
42 EXPECT_TRUE(cfg.HasSection("section2")); in TEST()
43 EXPECT_FALSE(cfg.HasSection("section3")); in TEST()
Dconfig_file.h90 bool HasSection(const std::string &section_name) const { in HasSection() function
/development/vndk/tools/header-checker/src/diff/
Dheader_abi_diff.cpp158 if (cfg.HasSection("global")) { in ReadConfigFile()