OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atNames
(Results
1 - 2
of
2
) sorted by null
/external/gptfdisk/
attributes.h
17
static string
atNames
[NUM_ATR];
35
static const string& GetAttributeName(const uint32_t bitNum) {return
atNames
[bitNum];}
attributes.cc
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"
[
all
...]
Completed in 1138 milliseconds