12 #ifndef ZYPP_MEDIA_MEDIAMANAGER_H 13 #define ZYPP_MEDIA_MEDIAMANAGER_H 516 open(
const Url &
url,
const Pathname & preferred_attach_point =
"");
601 setAttachPrefix(
const Pathname &attach_prefix);
627 release(
MediaAccessId accessId,
const std::string & ejectDev =
"");
697 const MediaVerifierRef &verifier)
const;
766 const ByteCount &expectedFileSize)
const;
812 std::list<std::string> &retlist,
814 bool dots =
true)
const;
823 bool dots =
true)
const;
842 std::vector<std::string> & devices,
843 unsigned int & index)
const;
855 getMountTableMTime();
861 static std::vector<MountEntry>
874 isUseableAttachPoint(
const Pathname &path,
875 bool mtab=
true)
const;
931 #endif // ZYPP_MEDIA_MEDIAMANAGER_H
Store and operate with byte count.
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
ManagedFile provideFile(RepoInfo repo_r, const OnMediaLocation &loc_r, const ProvideFilePolicy &policy_r)
Provide a file from a Repository.
Provides API related macros.
std::list< DirEntry > DirContent
Returned by readdir.
Wrapper for const correct access via Smart pointer types.
A "struct mntent" like mount entry structure, but using std::strings.
Easy-to use interface to the ZYPP dependency resolver.