HomeSort by relevance Sort by last modified time
    Searched full:config_new (Results 1 - 8 of 8) sorted by null

  /system/bt/osi/test/
config_test.cpp 68 config_t *config = config_new("/meow");
73 TEST_F(ConfigTest, config_new) {
74 config_t *config = config_new(CONFIG_FILE);
84 config_t *config = config_new(CONFIG_FILE);
90 config_t *config = config_new(CONFIG_FILE);
97 config_t *config = config_new(CONFIG_FILE);
106 config_t *config = config_new(CONFIG_FILE);
114 config_t *config = config_new(CONFIG_FILE);
120 config_t *config = config_new(CONFIG_FILE);
126 config_t *config = config_new(CONFIG_FILE)
    [all...]
  /system/bt/main/
bte_conf.c 38 config_t *config = config_new(path);
60 config_t *config = config_new(p_path);
stack_config.c 42 config = config_new(path);
  /system/bt/osi/include/
config.h 38 config_t *config_new(const char *filename);
124 // with |config_new| and subsequently overwritten with |config_save|, all comments
  /system/bt/test/suite/
main.c 142 config_t *config = config_new(CONFIG_FILE_PATH);
  /system/bt/btif/src/
btif_config.c 93 config = config_new(CONFIG_FILE_PATH);
btif_storage.c     [all...]
  /system/bt/osi/src/
config.c 81 config_t *config_new(const char *filename) { function

Completed in 266 milliseconds