Searched refs:file_source (Results 1 – 2 of 2) sorted by relevance
360 std::optional<std::string> file_source; in btif_debug_config_dump() local362 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()
157 std::string file_source; in Start() local174 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()