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

/external/gptfdisk/
H A Dgdisk.cc15 GPTDataTextUI theGPT; local
33 else if (theGPT.LoadPartitions(device)) {
34 if (theGPT.GetState() != use_gpt)
36 theGPT.MainMenu(device);
40 if (theGPT.LoadPartitions(argv[1])) {
41 if (theGPT.GetState() != use_gpt)
43 theGPT.MainMenu(argv[1]);
56 theGPT.JustLooking();
57 if (theGPT.LoadPartitions(device))
58 theGPT
[all...]
H A Dcgdisk.cc64 GPTDataCurses theGPT; local
66 theGPT.SetDisplayType(displayType);
67 if (theGPT.LoadPartitions(device)) {
68 if (theGPT.GetState() != use_gpt) {
74 theGPT.MainMenu();
H A Dsgdisk.cc97 GPTDataCL theGPT; local
98 return theGPT.DoOptions(argc, argv);

Completed in 363 milliseconds