12 #ifndef ZYPP_MEDIA_MEDIAMANAGER_H 13 #define ZYPP_MEDIA_MEDIAMANAGER_H 19 #include <zypp/PathInfo.h> 21 #include <zypp-core/OnMediaLocation> 23 #include <zypp-media/MediaException> 60 virtual std::string
info()
const;
89 std::string
info()
const override;
602 setAttachPrefix(
const Pathname &attach_prefix);
628 release(
MediaAccessId accessId,
const std::string & ejectDev =
"");
753 const ByteCount &expectedFileSize)
const;
825 std::list<std::string> &retlist,
827 bool dots =
true)
const;
836 bool dots =
true)
const;
855 std::vector<std::string> & devices,
856 unsigned int & index)
const;
874 const std::vector<OnMediaLocation> &files);
882 getMountTableMTime();
888 static std::vector<MountEntry>
901 isUseableAttachPoint(
const Pathname &path,
902 bool mtab=
true)
const;
953 #endif // ZYPP_MEDIA_MEDIAMANAGER_H
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3...
Store and operate with byte count.
std::list< DirEntry > DirContent
Returned by readdir.
Manages a data source characterized by an authoritative URL and a list of mirror URLs.
Provides API related macros.
Wrapper for const correct access via Smart pointer types.
A "struct mntent" like mount entry structure, but using std::strings.