Searched refs:file_source (Results 1 – 2 of 2) sorted by relevance
346 std::optional<std::string> file_source; in btif_debug_config_dump() local348 file_source = in btif_debug_config_dump()351 file_source = btif_config_cache.GetString(INFO_SECTION, FILE_SOURCE); in btif_debug_config_dump()353 if (!file_source) { in btif_debug_config_dump()354 file_source.emplace("Original"); in btif_debug_config_dump()359 dprintf(fd, " File source: %s\n", file_source->c_str()); in btif_debug_config_dump()
152 std::string file_source; in Start() local170 file_source = "Backup"; in Start()177 file_source = "Empty"; in Start()179 if (!file_source.empty()) { in Start()180 config->SetProperty(kInfoSection, kFileSourceProperty, std::move(file_source)); in Start()