Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:device

27    string device;
33 cout << "Type device filename, or press <Enter> to exit: ";
34 device = ReadString();
35 if (device.length() == 0)
39 device = argv[1];
46 cout << "\nLoading MBR data from " << device << "\n";
47 if (!mbrTable.ReadMBRData(device)) {
48 cerr << "\nUnable to read MBR data from '" << device << "'! Exiting!\n\n";
61 cerr << "\nCannot find valid MBR data on '" << device << "'! Exiting!\n\n";
68 cerr << "\nCannot determine the validity of the disk on '" << device