Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc360 std::optional<std::string> file_source; in btif_debug_config_dump() local
362 file_source = in btif_debug_config_dump()
365 file_source = btif_config_cache.GetString(INFO_SECTION, FILE_SOURCE); in btif_debug_config_dump()
367 if (!file_source) { in btif_debug_config_dump()
368 file_source.emplace("Original"); in btif_debug_config_dump()
373 dprintf(fd, " File source: %s\n", file_source->c_str()); in btif_debug_config_dump()
/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc157 std::string file_source; in Start() local
174 file_source = "Backup"; in Start()
179 file_source = "Empty"; in Start()
181 if (!file_source.empty()) { in Start()
182 config->SetProperty(kInfoSection, kFileSourceProperty, std::move(file_source)); in Start()