Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dattributes.cc24 string Attributes::atNames[NUM_ATR];
57 Attributes::atNames[i] = temp.str(); in Setup() member in Attributes
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() local
126 cout << "Have enabled the '" << atNames[respons in ChangeAttributes() local
[all...]
H A Dattributes.h15 static std::string atNames[NUM_ATR]; member in Attributes
33 static const std::string& GetAttributeName(const uint32_t bitNum) {return atNames [bitNum];} in GetAttributeName()

Completed in 2 milliseconds