A "struct mntent" like mount entry structure, but using std::strings.
More...
#include </home/abuild/rpmbuild/BUILD/libzypp-17.31.23/zypp-media/mount.h>
|
| MountEntry (const std::string &source, const std::string &target, const std::string &fstype, const std::string &options, const int dumpfreq=0, const int passnum=0) |
|
bool | isBlockDevice () const |
| Returns true if the src part points to a block device in /dev.
|
|
|
std::string | src |
| name of mounted file system
|
|
std::string | dir |
| file system path prefix
|
|
std::string | type |
| filesystem / mount type
|
|
std::string | opts |
| mount options
|
|
int | freq |
| dump frequency in days
|
|
int | pass |
| pass number on parallel fsck
|
|
A "struct mntent" like mount entry structure, but using std::strings.
Definition at line 34 of file mount.h.
◆ MountEntry()
zypp::media::MountEntry::MountEntry |
( |
const std::string & |
source, |
|
|
const std::string & |
target, |
|
|
const std::string & |
fstype, |
|
|
const std::string & |
options, |
|
|
const int |
dumpfreq = 0 , |
|
|
const int |
passnum = 0 |
|
) |
| |
|
inline |
◆ isBlockDevice()
bool zypp::media::MountEntry::isBlockDevice |
( |
| ) |
const |
Returns true if the src part points to a block device in /dev.
Definition at line 50 of file mount.cc.
◆ MountEntries
A vector of mount entries.
Definition at line 66 of file mount.h.
◆ operator<<()
std::ostream & operator<< |
( |
std::ostream & |
str, |
|
|
const MountEntry & |
obj |
|
) |
| |
|
related |
Stream output.
Definition at line 40 of file mount.cc.
◆ src
std::string zypp::media::MountEntry::src |
name of mounted file system
Definition at line 55 of file mount.h.
◆ dir
std::string zypp::media::MountEntry::dir |
file system path prefix
Definition at line 56 of file mount.h.
◆ type
std::string zypp::media::MountEntry::type |
filesystem / mount type
Definition at line 57 of file mount.h.
◆ opts
std::string zypp::media::MountEntry::opts |
mount options
Definition at line 58 of file mount.h.
◆ freq
int zypp::media::MountEntry::freq |
dump frequency in days
Definition at line 59 of file mount.h.
◆ pass
int zypp::media::MountEntry::pass |
pass number on parallel fsck
Definition at line 60 of file mount.h.
The documentation for this struct was generated from the following files: