Home
last modified time | relevance | path

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

/aosp12/system/bt/gd/os/
H A Dparameter_provider.h29 static void OverrideConfigFilePath(const std::string& path);
/aosp12/system/bt/gd/os/linux/
H A Dparameter_provider.cc48 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/aosp12/system/bt/gd/os/android/
H A Dparameter_provider.cc43 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/aosp12/system/bt/gd/os/host/
H A Dparameter_provider.cc53 void ParameterProvider::OverrideConfigFilePath(const std::string& path) { in OverrideConfigFilePath() function in bluetooth::os::ParameterProvider
/aosp12/system/bt/gd/facade/
H A Dfacade_main.cc140 ::bluetooth::os::ParameterProvider::OverrideConfigFilePath(btconfig_path); in main()