Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc74 static const char* CONFIG_FILE_PATH = "bt_config.conf"; variable
78 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; variable
192 config = btif_config_open(CONFIG_FILE_PATH, CONFIG_FILE_CHECKSUM_PATH); in init()
196 __func__, CONFIG_FILE_PATH); in init()
514 bool ret = config_save(*config, CONFIG_FILE_PATH); in btif_config_clear()
518 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_clear()
539 rename(CONFIG_FILE_PATH, CONFIG_BACKUP_PATH); in btif_config_write()
543 config_save(*config_paired, CONFIG_FILE_PATH); in btif_config_write()
545 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_write()
638 remove(CONFIG_FILE_PATH); in delete_config_files()