Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_config.cc78 static const char* CONFIG_BACKUP_PATH = "bt_config.bak"; variable
82 static const char* CONFIG_BACKUP_PATH = "/data/misc/bluedroid/bt_config.bak"; variable
274 config = btif_config_open(CONFIG_BACKUP_PATH); in init()
719 rename(CONFIG_FILE_PATH, CONFIG_BACKUP_PATH); in btif_config_write()
777 remove(CONFIG_BACKUP_PATH); in delete_config_files()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java94 private static final String CONFIG_BACKUP_PATH = "/data/misc/bluedroid/bt_config.bak"; field in BluetoothKeystoreService
259 if (compareFileHash(CONFIG_BACKUP_PATH)) { in loadConfigData()
538 } else if (CONFIG_BACKUP_PATH.equals(hashFilePathString)) { in compareFileHash()