Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc266 std::string file_source; in init() local
278 file_source = "Backup"; in init()
286 file_source = "Legacy"; in init()
293 file_source = "Empty"; in init()
299 if (!file_source.empty()) { in init()
300 btif_config_cache.SetString(INFO_SECTION, FILE_SOURCE, file_source); in init()
736 std::optional<std::string> file_source; in btif_debug_config_dump() local
739 file_source = in btif_debug_config_dump()
742 file_source = btif_config_cache.GetString(INFO_SECTION, FILE_SOURCE); in btif_debug_config_dump()
744 if (!file_source) { in btif_debug_config_dump()
[all …]
/system/bt/gd/storage/
Dstorage_module.cc145 std::string file_source; in Start() local
154 file_source = "Backup"; in Start()
159 file_source = "Empty"; in Start()
161 if (!file_source.empty()) { in Start()
162 config->SetProperty(kInfoSection, kFileSourceProperty, std::move(file_source)); in Start()