HomeSort by relevance Sort by last modified time
    Searched refs:theGPT (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
gdisk.cc 15 GPTDataTextUI theGPT;
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.DisplayGPTData()
    [all...]
cgdisk.cc 64 GPTDataCurses theGPT;
66 theGPT.SetDisplayType(displayType);
67 if (theGPT.LoadPartitions(device)) {
68 if (theGPT.GetState() != use_gpt) {
74 theGPT.MainMenu();
sgdisk.cc 97 GPTDataCL theGPT;
98 return theGPT.DoOptions(argc, argv);

Completed in 602 milliseconds