Home
last modified time | relevance | path

Searched refs:atNames (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dattributes.cc22 string Attributes::atNames[NUM_ATR]; member in Attributes
55 Attributes::atNames[i] = temp.str(); in Setup()
59 atNames[0] = "system partition"; // required for computer to operate in Setup()
60 atNames[1] = "hide from EFI"; in Setup()
61 atNames[2] = "legacy BIOS bootable"; in Setup()
62 atNames[60] = "read-only"; in Setup()
63 atNames[62] = "hidden"; in Setup()
64 atNames[63] = "do not automount"; in Setup()
121 cout << "Have disabled the '" << atNames[response] << "' attribute.\n"; in ChangeAttributes()
124 cout << "Have enabled the '" << atNames[response] << "' attribute.\n"; in ChangeAttributes()
Dattributes.h17 static string atNames[NUM_ATR];
35 static const string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName()