Lines Matching defs:device
18 string device = "";
31 cout << "Type device filename, or press <Enter> to exit: ";
32 device = ReadString();
33 if (device.length() == 0)
35 else if (theGPT.LoadPartitions(device)) {
38 theGPT.MainMenu(device);
50 device = (string) argv[2];
52 device = (string) argv[1];
57 if (device != "") {
59 if (theGPT.LoadPartitions(device))