HomeSort by relevance Sort by last modified time
    Searched refs:PartitionType (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntdddisk.h 194 #define IsFTPartition( PartitionType ) \
195 (((PartitionType) & PARTITION_NTFT) && \
196 IsRecognizedPartition(PartitionType))
198 #define IsContainerPartition(PartitionType) \
199 (((PartitionType) == PARTITION_EXTENDED) || \
200 ((PartitionType) == PARTITION_XINT13_EXTENDED))
202 #define IsRecognizedPartition(PartitionType) ( \
203 (((PartitionType) & PARTITION_NTFT) && (((PartitionType) & ~0xC0) == PARTITION_FAT_12)) || \
204 (((PartitionType) & PARTITION_NTFT) && (((PartitionType) & ~0xC0) == PARTITION_HUGE)) ||
    [all...]
winioctl.h 487 #define IsRecognizedPartition(PartitionType) (((PartitionType & PARTITION_NTFT) && ((PartitionType & ~0xC0)==PARTITION_FAT_12)) || ((PartitionType & PARTITION_NTFT) && ((PartitionType & ~0xC0)==PARTITION_IFS)) || ((PartitionType & PARTITION_NTFT) && ((PartitionType & ~0xC0)==PARTITION_HUGE)) || ((PartitionType & PARTITION_NTFT) && ((PartitionType & ~0xC0)==PARTITION_FAT32)) || ((PartitionType & PARTITION_NTFT) && ((PartitionType & ~0xC0)==PARTITION_FAT32_XINT13)) || ((PartitionType & PARTI (…)
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 122 enum PartitionType { MTD, EMMC };
128 enum PartitionType type;
356 enum PartitionType type;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]

Completed in 100 milliseconds