HomeSort by relevance Sort by last modified time
    Searched full:config_remove_section (Results 1 - 4 of 4) sorted by null

  /system/bt/osi/test/
config_test.cpp 138 TEST_F(ConfigTest, config_remove_section) {
140 EXPECT_TRUE(config_remove_section(config, "DID"));
148 EXPECT_FALSE(config_remove_section(config, "not a section"));
  /system/bt/btif/src/
btif_config.c 521 config_remove_section(conf, section);
573 config_remove_section(config, section);
  /system/bt/osi/include/
config.h 98 bool config_remove_section(config_t *config, const char *section);
  /system/bt/osi/src/
config.c 232 bool config_remove_section(config_t *config, const char *section) { function

Completed in 828 milliseconds