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

  /system/bt/osi/include/
config.h 133 // with |config_new| and subsequently overwritten with |config_save|, all comments
136 bool config_save(const config_t *config, const char *filename);
  /system/bt/btif/src/
btif_config.c 477 bool ret = config_save(config, CONFIG_FILE_PATH);
498 config_save(config_paired, CONFIG_FILE_PATH);
  /system/bt/osi/test/
config_test.cpp 201 EXPECT_TRUE(config_save(config, CONFIG_FILE));
  /system/bt/osi/src/
config.c 278 bool config_save(const config_t *config, const char *filename) { function

Completed in 78 milliseconds