Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/security/record/
H A Dsecurity_record_storage.h35 static const char* CONFIG_FILE_PATH = "bt_config.conf"; variable
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDeviceStateToLayoutMap.java51 private static final String CONFIG_FILE_PATH = field in DeviceStateToLayoutMap
/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
/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
/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