Searched refs:PhysicalPartition (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DPhysicalPartition.cpp1 #include "PhysicalPartition.h"
6 /*! \brief Creates a new PhysicalPartition object.
8 PhysicalPartition::PhysicalPartition(uint16 number, uint32 start, uint32 length) function in class:PhysicalPartition
14 TRACE(("PhysicalPartition::PhysicalPartition: number = %d, start = %"
19 /*! \brief Destroys the PhysicalPartition object.
21 PhysicalPartition::~PhysicalPartition()
32 PhysicalPartition
[all...]
H A DVirtualPartition.h16 #include "PhysicalPartition.h"
33 VirtualPartition(PhysicalPartition &physicalPartition);
39 PhysicalPartition fPhysicalPartition;
H A DPhysicalPartition.h10 /*! \file PhysicalPartition.h
25 class PhysicalPartition : public Partition { class in inherits:Partition
27 PhysicalPartition(uint16 number, uint32 start, uint32 length);
28 virtual ~PhysicalPartition();
H A DVirtualPartition.cpp13 VirtualPartition::VirtualPartition(PhysicalPartition &physicalPartition)
H A DVolume.cpp13 #include "PhysicalPartition.h"
131 PhysicalPartition *partition
132 = new(nothrow) PhysicalPartition(map->partition_number(),
136 TRACE(("Volume::Mount: adding PhysicalPartition(number: %d, "

Completed in 86 milliseconds