#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/String.h"
#include "zypp/base/Regex.h"
#include "zypp/repo/Applydeltarpm.h"
#include "zypp/ExternalProgram.h"
#include "zypp/AutoDispose.h"
#include "zypp/PathInfo.h"
#include "zypp/TriBool.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::applydeltarpm |
Functions | |
const Pathname | zypp::applydeltarpm::applydeltarpm_prog ("/usr/bin/applydeltarpm") |
bool | zypp::applydeltarpm::applydeltarpm (const char *const argv_r[], const Progress &report_r=Progress()) |
bool | zypp::applydeltarpm::haveApplydeltarpm () |
Test whether an execuatble applydeltarpm program is available. | |
Check if reconstruction of rpm is possible. | |
| |
bool | zypp::applydeltarpm::check (const std::string &sequenceinfo_r, bool quick_r=false) |
Check via sequence info. | |
bool | zypp::applydeltarpm::check (const Pathname &delta_r, bool quick_r=false) |
Check via deltarpm. | |
Re-create a new rpm from binary delta. | |
| |
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. | |
Variables | |
const str::regex | zypp::applydeltarpm::applydeltarpm_tick ("([0-9]+) percent finished") |