#include <ProcMounts.h>
Public Member Functions | |
| ProcMounts (Storage *const s) | |
| string | getMount (const string &Dev) const |
| string | getMount (const std::list< string > &dl) const |
| std::map< string, string > | allMounts () const |
| void | getEntries (std::list< FstabEntry > &l) const |
Protected Attributes | |
| std::map< string, FstabEntry > | co |
| ProcMounts::ProcMounts | ( | Storage *const | s | ) |
| string ProcMounts::getMount | ( | const string & | Dev | ) | const |
References co.
Referenced by storage::Storage::checkDeviceMounted(), and storage::Volume::getMountData().
| string storage::ProcMounts::getMount | ( | const std::list< string > & | dl | ) | const |
| map< string, string > ProcMounts::allMounts | ( | ) | const |
References co.
| void storage::ProcMounts::getEntries | ( | std::list< FstabEntry > & | l | ) | const |
Referenced by storage::NfsCo::getNfsData().
std::map<string,FstabEntry> storage::ProcMounts::co [protected] |
Referenced by allMounts(), getMount(), and ProcMounts().
1.5.5