#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/mount.h>#include <linux/hdreg.h>#include "storage/AppUtil.h"#include "storage/SystemCmd.h"#include "storage/StorageDefines.h"#include "storage/Parted.h"#include "storage/Enum.h"#include "storage/Partition.h"Namespaces | |
| namespace | storage |
Functions | |
| std::ostream & | storage::operator<< (std::ostream &s, const Geometry &geo) |
| bool | storage::getChildValue (const xmlNode *node, const char *name, Geometry &value) |
| void | storage::setChildValue (xmlNode *node, const char *name, const Geometry &value) |
| bool | storage::detectGeometry (const string &device, Geometry &geo) |
1.5.6