Home
last modified time | relevance | path

Searched refs:dnf_package_get_location (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/libdnf/libdnf-0.64.0/tests/hawkey/
H A Dtest_sack.cpp159 const gchar *location_mystery = dnf_package_get_location(pkg_mystery); in START_TEST()
164 const gchar *location_tour = dnf_package_get_location(pkg_tour); in START_TEST()
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/
H A Dhy-package.h56 const char *dnf_package_get_location (DnfPackage *pkg);
H A Ddnf-package.cpp177 dnf_package_get_location(pkg), in dnf_package_get_filename()
182 basename = g_path_get_basename(dnf_package_get_location(pkg)); in dnf_package_get_filename()
H A Ddnf-repo.cpp2179 basename = g_path_get_basename(dnf_package_get_location(pkg)); in dnf_repo_download_package()
2247 dnf_package_get_location(pkg),
2258 std::string encodedUrl = dnf_package_get_location(pkg);
H A Dhy-package.cpp308 dnf_package_get_location(DnfPackage *pkg) in dnf_package_get_location() function
H A Ddnf-transaction.cpp307 dnf_package_set_filename(pkg, dnf_package_get_location(pkg)); in dnf_transaction_ensure_repo()
/dports/sysutils/libdnf/libdnf-0.64.0/python/hawkey/
H A Dpackage-py.cpp297 (void *)dnf_package_get_location},