Home
last modified time | relevance | path

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

/system/bt/gd/os/linux/
Dparameter_provider.cc32 std::string config_file_path; variable
41 if (!config_file_path.empty()) { in ConfigFilePath()
42 return config_file_path; in ConfigFilePath()
50 config_file_path = path; in OverrideConfigFilePath()
/system/bt/gd/os/android/
Dparameter_provider.cc27 std::string config_file_path; variable
36 if (!config_file_path.empty()) { in ConfigFilePath()
37 return config_file_path; in ConfigFilePath()
45 config_file_path = path; in OverrideConfigFilePath()
/system/bt/gd/os/host/
Dparameter_provider.cc32 std::string config_file_path; variable
41 if (!config_file_path.empty()) { in ConfigFilePath()
42 return config_file_path; in ConfigFilePath()
55 config_file_path = path; in OverrideConfigFilePath()
/system/bt/gd/storage/
Dstorage_module.h132 std::string config_file_path,
Dstorage_module.cc60 std::string config_file_path, in StorageModule() argument
65 : config_file_path_(std::move(config_file_path)), in StorageModule()
Dstorage_module_test.cc80 std::string config_file_path, in TestStorageModule() argument
86 std::move(config_file_path), in TestStorageModule()