#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 | ) |
References storage::classic(), co, storage::extractNthWord(), storage::Storage::findNormalDevice(), storage::SystemCmd::getLine(), getline(), storage::getRevUdevMap(), MOUNTBIN, storage::normalizeDevice(), storage::SystemCmd::numLines(), storage::SystemCmd::select(), storage::splitString(), and y2mil.
| string storage::ProcMounts::getMount | ( | const string & | Dev | ) | const |
Referenced by storage::Volume::getMountData().
| string storage::ProcMounts::getMount | ( | const std::list< string > & | dl | ) | const |
| map< string, string > ProcMounts::allMounts | ( | ) | const |
References co.
| void ProcMounts::getEntries | ( | std::list< FstabEntry > & | l | ) | const |
std::map<string,FstabEntry> storage::ProcMounts::co [protected] |
Referenced by allMounts(), getEntries(), and ProcMounts().
1.5.6