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 125 TEST_F(ConfigTest, config_remove_section) {
127 EXPECT_TRUE(config_remove_section(config, "DID"));
135 EXPECT_FALSE(config_remove_section(config, "not a section"));
  /system/bt/osi/include/
config.h 89 bool config_remove_section(config_t *config, const char *section);
  /system/bt/btif/src/
btif_config.c 420 config_remove_section(config, keys[--num_keys]);
  /system/bt/osi/src/
config.c 203 bool config_remove_section(config_t *config, const char *section) { function

Completed in 933 milliseconds