Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A DMakefile76 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix
94 LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio diskio-windows
114 LIB_NAMES=guid gptpart bsd parttypes attributes crc32 mbrpart basicmbr mbr gpt support diskio diskio-windows
H A Dfixparts.cc55 case hybrid: case gpt: in main()
H A Dsgdisk.cc26 * DISK[mbr|gpt][guid]
56 case gpt: in ohos_dump()
63 res << "DISK gpt " << gptData.GetDiskGUID() << endl; in ohos_dump()
H A Dmbr.cc68 state = gpt; in MakeProtectiveMBR()
H A Dbasicmbr.h38 enum MBRValidity {invalid, gpt, hybrid, mbr}; enumerator
H A Dbasicmbr.cc252 state = gpt; in ReadMBRData()
259 if (state == gpt) { in ReadMBRData()
519 if ((state == gpt) || (state == hybrid)) { in DisplayMBRData()
531 partitions[i].ShowData((state == gpt) || (state == hybrid)); in DisplayMBRData()
544 case gpt: in ShowState()
H A Dgpt.cc0 /* gpt.cc -- Functions for loading, saving, and manipulating legacy MBR and GPT partition
26 #include "gpt.h"
814 if ((state == gpt_valid) && !protectiveMBR.DoTheyFit() && (protectiveMBR.GetValidity() == gpt)) { in PartitionScan()
1668 if ((state == gpt_valid) && (mbrState == gpt)) { in UseWhichPartitions()
1688 if (mbrState == gpt) { in UseWhichPartitions()
2093 if (protectiveMBR.GetValidity() == gpt) in MoveSecondHeaderToEnd()
2219 * (most of these are inline in gpt.h) *

Completed in 11 milliseconds