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 148 // |config_save|, all comments and special formatting in the original file will
150 bool config_save(const config_t* config, const char* filename);
  /system/bt/btif/src/
btif_config.cc 438 bool ret = config_save(config, CONFIG_FILE_PATH);
459 config_save(config_paired, CONFIG_FILE_PATH);
  /system/bt/osi/test/
config_test.cc 200 EXPECT_TRUE(config_save(config, CONFIG_FILE));
  /system/bt/osi/src/
config.cc 279 bool config_save(const config_t* config, const char* filename) { function

Completed in 133 milliseconds