Lines Matching refs:theGPT
17 GPTDataTextUI theGPT;
35 else if (theGPT.LoadPartitions(device)) {
36 if (theGPT.GetState() != use_gpt)
38 theGPT.MainMenu(device);
42 if (theGPT.LoadPartitions(argv[1])) {
43 if (theGPT.GetState() != use_gpt)
45 theGPT.MainMenu(argv[1]);
58 theGPT.JustLooking();
59 if (theGPT.LoadPartitions(device))
60 theGPT.DisplayGPTData();