Searched refs:fPartitionCount (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.h83 int32 fPartitionCount; member in class:BPrivate::DiskDeviceJobGenerator
H A DDiskDeviceJobGenerator.cpp107 fPartitionCount = fDevice->CountDescendants()
110 fMoveInfos = new(nothrow) MoveInfo[fPartitionCount];
111 fPartitionRefs = new(nothrow) PartitionRefInfo[fPartitionCount];
112 fContentsToMove = new(nothrow) PartitionReference*[fPartitionCount];
845 if (fContentsToMoveCount >= fPartitionCount)
867 for (int32 i = 0; i < fPartitionCount; i++) {

Completed in 16 milliseconds