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

/external/gptfdisk/
H A Dgpt.h21 #define MIN_AF_ALIGNMENT 8 macro
H A Dgpt.cc81 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
106 sectorAlignment = MIN_AF_ALIGNMENT; // Align partitions on 4096-byte boundaries by default
2306 if ((align < MIN_AF_ALIGNMENT) && (diskSize >= SMALLEST_ADVANCED_FORMAT))
2307 align = MIN_AF_ALIGNMENT;

Completed in 68 milliseconds