Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc70 : config_file_path_(std::move(config_file_path)), in StorageModule()
125 LegacyConfigFile::FromPath(config_file_path_).Write(pimpl_->cache_), in SaveImmediately()
128 if (!LegacyConfigFile::FromPath(config_file_path_).Write(pimpl_->cache_)) { in SaveImmediately()
153 LegacyConfigFile::FromPath(config_file_path_).Delete(); in Start()
157 LegacyConfigFile::FromPath(config_file_path_).Delete(); in Start()
159 auto config = LegacyConfigFile::FromPath(config_file_path_).Read(temp_devices_capacity_); in Start()
162 log::warn("Failed to load config at {}; creating new empty ones", config_file_path_); in Start()
Dstorage_module.h184 std::string config_file_path_; variable