OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:config_save
(Results
1 - 4
of
4
) sorted by null
/system/bt/btif/src/
btif_config.c
106
if (
config_save
(config, CONFIG_FILE_PATH))
359
config_save
(config, CONFIG_FILE_PATH);
378
int ret =
config_save
(config, CONFIG_FILE_PATH);
422
config_save
(config, CONFIG_FILE_PATH);
/system/bt/osi/include/
config.h
124
// with |config_new| and subsequently overwritten with |
config_save
|, all comments
127
bool
config_save
(const config_t *config, const char *filename);
/system/bt/osi/test/
config_test.cpp
188
EXPECT_TRUE(
config_save
(config, CONFIG_FILE));
/system/bt/osi/src/
config.c
249
bool
config_save
(const config_t *config, const char *filename) {
function
Completed in 534 milliseconds