#include <Mount.h>
Public Member Functions | |
| 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) | |
Public Attributes | |
| 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 | |
Definition at line 32 of file Mount.h.
| 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] |
| std::string zypp::media::MountEntry::src |
| std::string zypp::media::MountEntry::dir |
| std::string zypp::media::MountEntry::type |
| std::string zypp::media::MountEntry::opts |
1.5.3