libzypp
17.35.11
|
Typedefs | |
using | GetVendorSupportOptionReturn = std::pair< VendorSupportOption, std::optional< std::set< std::string_view > >> |
getVendorSupportOption return value More... | |
Functions | |
GetVendorSupportOptionReturn | getVendorSupportOption (sat::Solvable solv_r) |
Get VendorSupportOption and the PKGNAME if VendorSupportSuperseded. More... | |
bool | schemeIsLocalDir (const Url &url_r) |
Pathname | cachedLocation (const OnMediaLocation &loc_r, const RepoInfo &repo_r) |
void | repoVariablesReset () |
using zyppintern::GetVendorSupportOptionReturn = typedef std::pair<VendorSupportOption,std::optional<std::set<std::string_view> >> |
getVendorSupportOption return value
Definition at line 31 of file Package.cc.
GetVendorSupportOptionReturn zyppintern::getVendorSupportOption | ( | sat::Solvable | solv_r | ) |
Get VendorSupportOption and the PKGNAME if VendorSupportSuperseded.
Definition at line 34 of file Package.cc.
Definition at line 92 of file Package.cc.
Pathname zyppintern::cachedLocation | ( | const OnMediaLocation & | loc_r, |
const RepoInfo & | repo_r | ||
) |
Definition at line 99 of file Package.cc.
void zyppintern::repoVariablesReset | ( | ) |
Definition at line 583 of file RepoVariables.cc.