Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dbasicmbr.cc572 char signature1[9], signature2[9]; in CheckForGPT() local
577 myDisk->Read(signature1, 8); in CheckForGPT()
578 signature1[8] = '\0'; in CheckForGPT()
584 if ((retval >= 0) && (strcmp(signature1, "EFI PART") == 0)) in CheckForGPT()

Completed in 4 milliseconds