50 MIL <<
"MediaISO::MediaISO(" << url_r <<
", " 51 << attach_point_hint_r <<
")" << std::endl;
56 ERR <<
"Media url does not contain iso filename" << std::endl;
73 src = std::string(
"dir:///");
85 ERR <<
"Unable to parse iso filename source media url" << std::endl;
92 ERR <<
"Invalid iso filename source media url" << std::endl;
97 ERR <<
"ISO filename source media url with iso scheme (nested iso): " 110 ERR <<
"ISO filename source media url scheme is not supported: " 129 DBG <<
"Closing parent handler..." << std::endl;
173 "Unable to find iso filename on source media",
195 DBG <<
"Using a shared media " 211 std::string mountopts(
"ro,loop");
223 while( !(mountsucceeded=
isAttached()) && --limit)
241 "Unable to verify that the media was mounted",
266 WAR <<
"Not been able to cleanup the parent mount." << endl;
282 bool recurse_r)
const std::string getScheme() const
Returns the scheme name of the URL.
std::string asString(const DefaultIntegral< Tp, TInitial > &obj)
#define ZYPP_THROW(EXCPT)
Drops a logline and throws the Exception.
Store and operate with byte count.
std::string encode(const std::string &str, const std::string &safe, EEncoding eflag)
Encodes a string using URL percent encoding.
Base class for all URL exceptions.
std::string basename() const
Return the last component of this path.
void remember(const Exception &old_r)
Store an other Exception as history.
bool empty() const
Test for an empty path.
void setPathName(const std::string &path, EEncoding eflag=zypp::url::E_DECODED)
Set the path name.
std::string asString() const
Returns a default string representation of the Url object.
std::string getQueryParam(const std::string ¶m, EEncoding eflag=zypp::url::E_DECODED) const
Return the value for the specified query parameter.
const std::string & asString() const
String representation.
Pathname dirname() const
Return all but the last component od this path.
std::list< DirEntry > DirContent
Returned by readdir.
#define URL_SAFE_CHARS
Characters that are safe for URL without percent-encoding.
bool absolute() const
Test for an absolute path.
bool isValid() const
Verifies the Url.
#define ZYPP_CAUGHT(EXCPT)
Drops a logline telling the Exception was caught (in order to handle it).
Base class for Exception.
Wrapper class for ::stat/::lstat.
Pathname expandlink(const Pathname &path_r)
Recursively follows the symlink pointed to by path_r and returns the Pathname to the real file or dir...
Easy-to use interface to the ZYPP dependency resolver.