|
bool | zypp::isTmpRepo (const RepoInfo &info_r) |
| Whether repo is not under RM control and provides its own methadata paths. More...
|
|
void | zypp::assert_alias (const RepoInfo &info) |
|
void | zypp::assert_alias (const ServiceInfo &info) |
|
template<class Iterator > |
bool | zypp::foundAliasIn (const std::string &alias_r, Iterator begin_r, Iterator end_r) |
| Check if alias_r is present in repo/service container. More...
|
|
template<class Container > |
bool | zypp::foundAliasIn (const std::string &alias_r, const Container &cont_r) |
|
template<class Iterator > |
Iterator | zypp::findAlias (const std::string &alias_r, Iterator begin_r, Iterator end_r) |
| Find alias_r in repo/service container. More...
|
|
template<class Container > |
Container::iterator | zypp::findAlias (const std::string &alias_r, Container &cont_r) |
|
template<class Container > |
Container::const_iterator | zypp::findAlias (const std::string &alias_r, const Container &cont_r) |
|
std::string | zypp::filenameFromAlias (const std::string &alias_r, const std::string &stem_r) |
| Generate a related filename from a repo/service infos alias. More...
|
|
std::list< RepoInfo > | zypp::repositories_in_file (const Pathname &file) |
| Reads RepoInfo's from a repo file. More...
|
|
std::list< RepoInfo > | zypp::repositories_in_dir (const Pathname &dir) |
| List of RepoInfo's from a directory. More...
|
|
void | zypp::assert_urls (const RepoInfo &info) |
|
void | zypp::assert_url (const ServiceInfo &info) |
|
Pathname | zypp::rawcache_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the raw cache path for a repository, this is usually /var/cache/zypp/alias. More...
|
|
Pathname | zypp::rawproductdata_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the raw product metadata path for a repository, this is inside the raw cache dir, plus an optional path where the metadata is. More...
|
|
Pathname | zypp::packagescache_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the packages cache path for a repository. More...
|
|
Pathname | zypp::solv_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the solv cache path for a repository. More...
|
|
bool | zypp::autoPruneInDir (const Pathname &path_r) |
| bsc#1204956: Tweak to prevent auto pruning package caches. More...
|
|