#include <string>#include <ostream>#include <fstream>#include <sstream>#include <iomanip>#include <boost/algorithm/string.hpp>#include "storage/Region.h"#include "storage/Partition.h"#include "storage/SystemInfo.h"#include "storage/ProcParts.h"#include "storage/Disk.h"#include "storage/Storage.h"#include "storage/AppUtil.h"#include "storage/SystemCmd.h"#include "storage/StorageDefines.h"#include "storage/Parted.h"Namespaces | |
| namespace | storage |
Functions | |
| static bool | storage::notDeletedPri (const Partition &p) |
| static bool | storage::notDeletedExt (const Partition &p) |
| static bool | storage::notDeletedLog (const Partition &p) |
| static bool | storage::notDeletedNotLog (const Partition &p) |
| static bool | storage::existingNotLog (const Partition &p) |
| static bool | storage::existingLog (const Partition &p) |
| static bool | storage::notCreatedPrimary (const Partition &p) |
| static bool | storage::regions_sort_size (const Region &rhs, const Region &lhs) |
| static bool | storage::volume_ptr_sort_nr (Partition *&rhs, Partition *&lhs) |
| static bool | storage::logicalCreated (const Partition &p) |
| unsigned long | storage::sub_sat (unsigned long a, unsigned long b) |
| std::ostream & | storage::operator<< (std::ostream &s, const Disk &d) |
Variables | |
| const unsigned int | storage::fuzz_cyl = 2 |
1.5.6