|
libzypp
15.24.2
|
#include <fstream>#include "zypp/base/String.h"#include "zypp/base/LogTools.h"#include "zypp/base/Function.h"#include "zypp/ZConfig.h"#include "zypp/parser/yum/RepomdFileReader.h"#include "zypp/parser/yum/PatchesFileReader.h"#include "Downloader.h"#include "zypp/repo/MediaInfoDownloader.h"#include "zypp/base/UserRequestException.h"#include "zypp/parser/xml/Reader.h"
Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::repo | |
| zypp::repo::yum | |
Functions | |
| static OnMediaLocation | zypp::repo::yum::loc_with_path_prefix (const OnMediaLocation &loc, const Pathname &prefix) |
| static Pathname | zypp::repo::yum::search_deltafile (const Pathname &dir, const Pathname &file) |
| RepomdFileReader::ProcessResource _origCallback |
Original Downloader callback.
Definition at line 146 of file Downloader.cc.
| LocaleSet _wantedLocales |
Locales do download.
Definition at line 147 of file Downloader.cc.