Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java49 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreServiceTest
127 mConfigData = Files.readAllLines(Paths.get(CONFIG_FILE_PATH)); in setUp()
142 Files.write(Paths.get(CONFIG_FILE_PATH), mConfigData); in tearDown()
158 Files.write(Paths.get(CONFIG_FILE_PATH), data); in overwriteConfigFile()
227 Assert.assertTrue(parseConfigFile(CONFIG_FILE_PATH)); in testParserFile()
269 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.h35 static const char* CONFIG_FILE_PATH = "bt_config.conf"; variable
37 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf";
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc77 static const char* CONFIG_FILE_PATH = "bt_config.conf"; variable
81 static const char* CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; variable
267 config = btif_config_open(CONFIG_FILE_PATH); in init()
272 CONFIG_FILE_PATH); in init()
701 config_save(btif_config_cache.PersistentSectionCopy(), CONFIG_FILE_PATH); in btif_config_clear()
719 rename(CONFIG_FILE_PATH, CONFIG_BACKUP_PATH); in btif_config_write()
720 config_save(btif_config_cache.PersistentSectionCopy(), CONFIG_FILE_PATH); in btif_config_write()
776 remove(CONFIG_FILE_PATH); in delete_config_files()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDeviceStateToLayoutMap.java51 private static final String CONFIG_FILE_PATH = field in DeviceStateToLayoutMap
95 Environment.getVendorDirectory(), CONFIG_FILE_PATH); in loadLayoutsFromConfig()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java93 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreService
255 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()
366 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
536 if (CONFIG_FILE_PATH.equals(hashFilePathString)) { in compareFileHash()