Home
last modified time | relevance | path

Searched refs:btif_config_open (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_config.cc93 static std::unique_ptr<config_t> btif_config_open(const char* filename, const char* checksum_filena…
192 config = btif_config_open(CONFIG_FILE_PATH, CONFIG_FILE_CHECKSUM_PATH); in init()
198 config = btif_config_open(CONFIG_BACKUP_PATH, CONFIG_BACKUP_CHECKSUM_PATH); in init()
266 static std::unique_ptr<config_t> btif_config_open(const char* filename, const char* checksum_filena… in btif_config_open() function