19#include <zypp-media/Mount>
73 if(
ret.mediaSource &&
75 !
ret.attachPoint->empty())
77 DBG <<
"Using a shared media "
78 <<
ret.mediaSource->name
80 <<
ret.attachPoint->path
109 std::vector<std::string>::const_iterator
it;
135 std::ostringstream
s;
169 "Unable to verify that the media was mounted",
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
std::string getScheme() const
Returns the scheme name of the URL.
std::string getPathName(EEncoding eflag=zypp::url::E_DECODED) const
Returns the path name from the URL.
std::string getQueryParam(const std::string ¶m, EEncoding eflag=zypp::url::E_DECODED) const
Return the value for the specified query parameter.
std::string getHost(EEncoding eflag=zypp::url::E_DECODED) const
Returns the hostname or IP from the URL authority.
const std::string & asString() const
String representation.
std::list< DirEntry > DirContent
Returned by readdir.
std::string join(TIterator begin, TIterator end, const C_Str &sep_r=" ")
Join strings using separator sep_r (defaults to BLANK).
unsigned split(const C_Str &line_r, TOutputIterator result_r, const C_Str &sepchars_r=" \t", const Trim trim_r=NO_TRIM)
Split line_r into words.
Easy-to use interface to the ZYPP dependency resolver.
std::string asString(const Patch::Category &obj)
#define ZYPP_CAUGHT(EXCPT)
Drops a logline telling the Exception was caught (in order to handle it).
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.