TFATPartitioner
From Ultibo.org
Return to Unit FATFS
Description
To be documented
Class definitions
TFATPartitioner = class(TDiskPartitioner)
constructor Create(ADriver:TFileSysDriver; ARecognizer:TRecognizer);
|
|
protected
| |
function CheckLogical(ADevice:TDiskDevice; AParent:TDiskPartition; APartitionId:Byte):Boolean; override;
|
|
function CheckExtended(ADevice:TDiskDevice; AParent:TDiskPartition; APartitionId:Byte):Boolean; override;
|
|
function GetPartitionId(ADevice:TDiskDevice; AParent:TDiskPartition; AStart,ACount:LongWord; APartitionId:Byte):Byte; override;
|
|
function InitPartition(ADevice:TDiskDevice; AParent:TDiskPartition; AStart,ACount:LongWord; APartitionId:Byte):Boolean; override;
|
|
public
| |
function AcceptPartition(ADevice:TDiskDevice; APartition,AParent:TDiskPartition; APartitionId:Byte):Boolean; override;
|
Function declarations
constructor TFATPartitioner.Create(ADriver:TFileSysDriver; ARecognizer:TRecognizer);
Description: To be documented
Note | None documented |
---|
function TFATPartitioner.CheckLogical(ADevice:TDiskDevice; AParent:TDiskPartition; APartitionId:Byte):Boolean;
Description: To be documented
Note | Caller must hold the device and parent lock |
---|
function TFATPartitioner.CheckExtended(ADevice:TDiskDevice; AParent:TDiskPartition; APartitionId:Byte):Boolean;
Description: To be documented
Note | Caller must hold the device and parent lock |
---|
function TFATPartitioner.GetPartitionId(ADevice:TDiskDevice; AParent:TDiskPartition; AStart,ACount:LongWord; APartitionId:Byte):Byte;
Description: To be documented
Start | Start is the absolute start sector on the device |
---|---|
Note | This currently uses a fixed table for determining type based on size
Caller must hold the device and parent lock |
function TFATPartitioner.InitPartition(ADevice:TDiskDevice; AParent:TDiskPartition; AStart,ACount:LongWord; APartitionId:Byte):Boolean;
Description: To be documented
Start | Start is the absolute start sector on the device |
---|---|
Note | Caller must hold the device and parent lock |
function TFATPartitioner.AcceptPartition(ADevice:TDiskDevice; APartition,AParent:TDiskPartition; APartitionId:Byte):Boolean;
Description: To be documented
Note | Caller must hold the device, partition and parent lock. |
---|
Return to Unit Reference