|
yast2-storage
|
#include <ProcMounts.h>
Public Member Functions | |
| ProcMounts () | |
| void | reload () |
| string | getMount (const string &device) const |
| string | getMount (const list< string > &devices) const |
| list< string > | getAllMounts (const string &device) const |
| list< string > | getAllMounts (const list< string > &devices) const |
| map< string, string > | allMounts () const |
| list< FstabEntry > | getEntries () const |
Protected Types | |
| typedef multimap< string, FstabEntry >::const_iterator | const_iterator |
Protected Member Functions | |
| bool | isBind (SystemCmd &mt, const string &dir) const |
Protected Attributes | |
| multimap< string, FstabEntry > | data |
typedef multimap<string, FstabEntry>::const_iterator storage::ProcMounts::const_iterator [protected] |
| storage::ProcMounts::ProcMounts | ( | ) |
| map< string, string > storage::ProcMounts::allMounts | ( | ) | const |
Referenced by storage::LoopCo::getLoopData(), and storage::Volume::umount().
| list< string > storage::ProcMounts::getAllMounts | ( | const list< string > & | devices | ) | const |
| list< string > storage::ProcMounts::getAllMounts | ( | const string & | device | ) | const |
Referenced by storage::Storage::checkDeviceMounted().
| list< FstabEntry > storage::ProcMounts::getEntries | ( | ) | const |
Referenced by storage::NfsCo::getNfsData(), and storage::TmpfsCo::getTmpfsData().
| string storage::ProcMounts::getMount | ( | const string & | device | ) | const |
Referenced by storage::Volume::getMountData(), storage::Volume::mount(), and storage::Volume::umount().
| string storage::ProcMounts::getMount | ( | const list< string > & | devices | ) | const |
| bool storage::ProcMounts::isBind | ( | SystemCmd & | mt, |
| const string & | dir | ||
| ) | const [protected] |
| void storage::ProcMounts::reload | ( | ) |
multimap<string, FstabEntry> storage::ProcMounts::data [protected] |
1.7.3