Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/os/linux/
Dparameter_provider.cc32 std::string config_file_path; variable
42 if (!config_file_path.empty()) { in ConfigFilePath()
43 return config_file_path; in ConfigFilePath()
51 config_file_path = path; in OverrideConfigFilePath()
/packages/modules/Bluetooth/system/gd/os/chromeos/
Dparameter_provider.cc32 std::string config_file_path; variable
42 if (!config_file_path.empty()) { in ConfigFilePath()
43 return config_file_path; in ConfigFilePath()
51 config_file_path = path; in OverrideConfigFilePath()
/packages/modules/Bluetooth/system/gd/os/host/
Dparameter_provider.cc33 std::string config_file_path; variable
43 if (!config_file_path.empty()) { in ConfigFilePath()
44 return config_file_path; in ConfigFilePath()
59 config_file_path = path; in OverrideConfigFilePath()
/packages/modules/Bluetooth/system/gd/os/android/
Dparameter_provider.cc30 std::string config_file_path; variable
42 if (!config_file_path.empty()) { in ConfigFilePath()
43 return config_file_path; in ConfigFilePath()
51 config_file_path = path; in OverrideConfigFilePath()
/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc55 std::string config_file_path, in TestStorageModule() argument
60 std::move(config_file_path), in TestStorageModule()
Dstorage_module.cc65 std::string config_file_path, in StorageModule() argument
70 : config_file_path_(std::move(config_file_path)), in StorageModule()
Dstorage_module.h144 std::string config_file_path,