Searched refs:file_source (Results 1 – 2 of 2) sorted by relevance
266 std::string file_source; in init() local278 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() local739 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 …]
145 std::string file_source; in Start() local154 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()