Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java56 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreServiceTest
104 mConfigData = Files.readAllLines(Paths.get(CONFIG_FILE_PATH)); in setUp()
119 Files.write(Paths.get(CONFIG_FILE_PATH), mConfigData); in tearDown()
135 Files.write(Paths.get(CONFIG_FILE_PATH), data); in overwriteConfigFile()
206 Assert.assertTrue(parseConfigFile(CONFIG_FILE_PATH)); in testParserFile()
249 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
/packages/modules/Bluetooth/system/gd/security/record/
Dsecurity_record_storage.h31 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; variable
33 static const char* CONFIG_FILE_PATH = "bt_config.conf";
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java83 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreService
219 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()
289 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
425 if (CONFIG_FILE_PATH.equals(hashFilePathString)) { in compareFileHash()