|
| zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (Context) |
| zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (SyncContext) |
| zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (ProgressObserver) |
| zyppng::ZYPP_FWD_DECL_TEMPL_TYPE_WITH_REFS_ARG1 (RepoManager, ZyppContextRefType) |
bool | zyppng::isTmpRepo (const RepoInfo &info_r) |
| Whether repo is not under RM control and provides its own methadata paths.
|
expected< void > | zyppng::assert_alias (const RepoInfo &info) |
expected< void > | zyppng::assert_alias (const ServiceInfo &info) |
template<class Iterator> |
bool | zyppng::foundAliasIn (const std::string &alias_r, Iterator begin_r, Iterator end_r) |
| Check if alias_r is present in repo/service container.
|
template<class Container> |
bool | zyppng::foundAliasIn (const std::string &alias_r, const Container &cont_r) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
template<class Iterator> |
Iterator | zyppng::findAlias (const std::string &alias_r, Iterator begin_r, Iterator end_r) |
| Find alias_r in repo/service container.
|
template<class Container> |
Container::iterator | zyppng::findAlias (const std::string &alias_r, Container &cont_r) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
template<class Container> |
Container::const_iterator | zyppng::findAlias (const std::string &alias_r, const Container &cont_r) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
std::string | zyppng::filenameFromAlias (const std::string &alias_r, const std::string &stem_r) |
| Generate a related filename from a repo/service infos alias.
|
expected< std::list< RepoInfo > > | zyppng::repositories_in_file (const zypp::Pathname &file) |
| Reads RepoInfo's from a repo file.
|
expected< void > | zyppng::assert_urls (const RepoInfo &info) |
expected< void > | zyppng::assert_url (const ServiceInfo &info) |
expected< zypp::Pathname > | zyppng::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.
|
expected< zypp::Pathname > | zyppng::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.
|
expected< zypp::Pathname > | zyppng::packagescache_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the packages cache path for a repository.
|
expected< zypp::Pathname > | zyppng::solv_path_for_repoinfo (const RepoManagerOptions &opt, const RepoInfo &info) |
| Calculates the solv cache path for a repository.
|
bool | zyppng::autoPruneInDir (const zypp::Pathname &path_r) |
| bsc#1204956: Tweak to prevent auto pruning package caches.
|