Home
last modified time | relevance | path

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

/external/gptfdisk/
Dattributes.cc24 string Attributes::atNames[NUM_ATR]; member in Attributes
57 Attributes::atNames[i] = temp.str(); in Setup()
61 atNames[0] = "system partition"; // required for computer to operate in Setup()
62 atNames[1] = "hide from EFI"; in Setup()
63 atNames[2] = "legacy BIOS bootable"; in Setup()
64 atNames[60] = "read-only"; in Setup()
65 atNames[62] = "hidden"; in Setup()
66 atNames[63] = "do not automount"; in Setup()
123 cout << "Have disabled the '" << atNames[response] << "' attribute.\n"; in ChangeAttributes()
126 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()