Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/
Dparameter_provider.h31 static void OverrideConfigFilePath(const std::string& path);
/packages/modules/Bluetooth/system/gd/os/linux/
Dparameter_provider.cc49 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dparameter_provider.cc49 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/host/
Dparameter_provider.cc57 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc49 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/packages/modules/Bluetooth/system/gd/facade/
Dfacade_main.cc162 ::bluetooth::os::ParameterProvider::OverrideConfigFilePath(btconfig_path); in main()