Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/device/src/
Dinterop.cc56 static const char* INTEROP_DYNAMIC_FILE_PATH = "/data/misc/bluedroid/interop_database_dynamic.conf"; variable
66 static const char* INTEROP_DYNAMIC_FILE_PATH = kDynamicConfigFileConfigFile.c_str(); variable
76 static const char* INTEROP_DYNAMIC_FILE_PATH = kDynamicConfigFileConfigFile.c_str(); variable
429 if (!stat(INTEROP_DYNAMIC_FILE_PATH, &sts) && sts.st_size) { in interop_config_init()
430 if (!(config_dynamic = config_new(INTEROP_DYNAMIC_FILE_PATH))) { in interop_config_init()
431 log::warn("unable to load dynamic config file for : {}", INTEROP_DYNAMIC_FILE_PATH); in interop_config_init()
451 config_save(*config_dynamic, INTEROP_DYNAMIC_FILE_PATH); in interop_config_flush()