#include <iosfwd>
#include <string>
#include <zypp/base/Function.h>
#include <zypp/Pathname.h>
Go to the source code of this file.
|
namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver.
|
|
namespace | zypp::applydeltarpm |
| Namespace wrapping invocations of /usr/bin/applydeltarpm.
|
|
|
- See also
man applydeltarpm
|
typedef function< void(unsigned)> | zypp::applydeltarpm::Progress |
| progress reporting
|
|
bool | zypp::applydeltarpm::provide (const Pathname &delta_r, const Pathname &new_r, const Progress &report_r=Progress()) |
| Apply a binary delta to on-disk data to re-create a new rpm.
|
|
bool | zypp::applydeltarpm::provide (const Pathname &old_r, const Pathname &delta_r, const Pathname &new_r, const Progress &report_r=Progress()) |
| Apply a binary delta to an old rpm to re-create a new rpm.
|
|