Searched refs:config_remove_section (Results 1 – 3 of 3) sorted by relevance
146 TEST_F(ConfigTest, config_remove_section) { in TEST_F() argument148 EXPECT_TRUE(config_remove_section(config.get(), "DID")); in TEST_F()155 EXPECT_FALSE(config_remove_section(config.get(), "not a section")); in TEST_F()
120 bool config_remove_section(config_t* config, const std::string& section);
193 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section() function