Lines Matching refs:atNames
24 string Attributes::atNames[NUM_ATR];
57 Attributes::atNames[i] = temp.str();
61 atNames[0] = "system partition"; // required for computer to operate
62 atNames[1] = "hide from EFI";
63 atNames[2] = "legacy BIOS bootable";
64 atNames[60] = "read-only";
65 atNames[62] = "hidden";
66 atNames[63] = "do not automount";
123 cout << "Have disabled the '" << atNames[response] << "' attribute.\n";
126 cout << "Have enabled the '" << atNames[response] << "' attribute.\n";