Searched refs:config_remove_section (Results 1 – 3 of 3) sorted by relevance
221 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument223 EXPECT_TRUE(config_remove_section(config.get(), "DID")); in TEST_F()230 EXPECT_FALSE(config_remove_section(config.get(), "not a section")); in TEST_F()
128 bool config_remove_section(config_t* config, const std::string& section);
236 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function