Searched defs:Partition (Results 1 – 2 of 2) sorted by relevance
82 struct Partition { struct85 int partNum; // Partition number. argument90 PartitionType type; argument91 PartitionChangeType changeType; argument111 extern struct Partition *GetPartition(const Disk &disk, int partn); argument
35 …Partition(const std::string &name, const std::string &path, BlockDevicePtr device, FlashingPtr fla… in Partition() function