Searched refs:kGPTSignatureSize (Results 1 – 1 of 1) sorted by relevance
48 static const int32 kGPTSignatureSize = 8; variable319 toRead = kGPTSignatureSize; in _ReadPartitionTable()328 if (memcmp(gptSignature, kGPTSignature, kGPTSignatureSize) == 0) { in _ReadPartitionTable()