libzypp 17.31.23
|
Enumerations | |
enum | RpmInstFlag { RPMINST_NONE = 0x0000 , RPMINST_EXCLUDEDOCS = 0x0001 , RPMINST_NOSCRIPTS = 0x0002 , RPMINST_FORCE = 0x0004 , RPMINST_NODEPS = 0x0008 , RPMINST_IGNORESIZE = 0x0010 , RPMINST_JUSTDB = 0x0020 , RPMINST_NODIGEST = 0x0040 , RPMINST_NOSIGNATURE = 0x0080 , RPMINST_NOUPGRADE = 0x0100 , RPMINST_TEST = 0x0200 , RPMINST_NOPOSTTRANS = 0x0400 , RPMINST_ALLOWDOWNGRADE = 0x0800 , RPMINST_REPLACEFILES = 0x1000 , RPMINST_ALLOWUNTRUSTED = 0x2000 } |
Bits representing rpm installation options. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &str, const librpmDb::db_const_iterator &obj) |
unsigned | diffFiles (const std::string file1, const std::string file2, std::string &out, int maxlines) |
std::string | stringPath (const Pathname &root_r, const Pathname &sub_r) |
std::ostream & | operator<< (std::ostream &str, RpmDb::CheckPackageResult obj) |
std::ostream & | operator<< (std::ostream &str, const RpmDb::CheckPackageDetail &obj) |
Variables | |
static shared_ptr< KeyRingSignalReceiver > | sKeyRingReceiver |
Bits representing rpm installation options.
Use RpmInstFlags as a type-safe way of storing OR-combinations.
Definition at line 37 of file RpmFlags.h.
std::ostream & zypp::target::rpm::operator<< | ( | std::ostream & | str, |
const librpmDb::db_const_iterator & | obj | ||
) |
Definition at line 706 of file librpmDb.cc.
unsigned zypp::target::rpm::diffFiles | ( | const std::string | file1, |
const std::string | file2, | ||
std::string & | out, | ||
int | maxlines | ||
) |
std::ostream & zypp::target::rpm::operator<< | ( | std::ostream & | str, |
RpmDb::CheckPackageResult | obj | ||
) |
std::ostream & zypp::target::rpm::operator<< | ( | std::ostream & | str, |
const RpmDb::CheckPackageDetail & | obj | ||
) |
|
static |