OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_remove_section
(Results
1 - 4
of
4
) sorted by null
/system/bt/osi/include/
config.h
109
bool
config_remove_section
(config_t* config, const char* section);
/system/bt/osi/test/
config_test.cc
137
TEST_F(ConfigTest,
config_remove_section
) {
139
EXPECT_TRUE(
config_remove_section
(config, "DID"));
147
EXPECT_FALSE(
config_remove_section
(config, "not a section"));
/system/bt/btif/src/
btif_config.cc
481
config_remove_section
(conf, section);
534
config_remove_section
(config, section);
/system/bt/osi/src/
config.cc
234
bool
config_remove_section
(config_t* config, const char* section) {
function
Completed in 611 milliseconds